#4EE825

Color #4EE825 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #4EE825

Tints of Lime Green #4EE825

Color information

#4EE825 (or 0x4EE825) is unknown color: approx Lime Green. HEX triplet: 4E, E8 and 25. RGB value is (78,232,37). Sum of RGB (Red+Green+Blue) = 78+232+37=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 232 (91.02% from 255 or 66.86% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 232 - color contains mainly: green. Hex color #4EE825 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EE825 is #B117DA. Grayscale: #A4A4A4. Windows color (decimal): -11605979 or 2484302. OLE color: 2484302.

HSL color Cylindrical-coordinate representation of color #4EE825: hue angle of 107.38º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4EE825 is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB7823237-
CMYK0.6600.840.09
HSL107.38º80.91%52.75%-
HSV(B)107.38º84.05%90.98%-
XYZ32.3359.4711.52-
YUV163.7256.4866.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 22.48%
GREEN value IS 232 (91.02% from 255) = 66.86%
BLUE value IS 37 (14.84% from 255) = 10.66%
R=22.48%
G=66.86%
B=10.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal78232370.6600.840.09107.3880.9152.75
Hex4EE8254205496b5135
Octal1163504510201241115312165
Binary100111011101000100101100001001010100100111010111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EE825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EE825; }

 p { color: rgb(78,232,37); }

 H1.HeaderClassName
 {
   color: #4EE825;
 }
 .AnyTagClassName
 {
   color: #4EE825;
 }
</style>
background-color css

<style>
 a { background-color: #4EE825; }

 a { background-color: rgb(78,232,37); }

 div.DivClassName
 {
   background-color: #4EE825;
 }
 .BgClassName
 {
   background-color: #4EE825;
 }
</style>
border-color css

<style>
 span { border-color: #4EE825; }

 span { border-color: rgb(78,232,37); }

 td.TdClassName
 {
   border-color: #4EE825;
 }
 .TagClassName
 {
   border-color: #4EE825;
 }
</style>