#4EE042

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

Shades of Lime Green #4EE042

Tints of Lime Green #4EE042

Color information

#4EE042 (or 0x4EE042) is unknown color: approx Lime Green. HEX triplet: 4E, E0 and 42. RGB value is (78,224,66). Sum of RGB (Red+Green+Blue) = 78+224+66=368 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.20% from 368); Green value is 224 (87.89% from 255 or 60.87% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 224 - color contains mainly: green. Hex color #4EE042 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE042 is #B11FBD. Grayscale: #A2A2A2. Windows color (decimal): -11607998 or 4382798. OLE color: 4382798.

HSL color Cylindrical-coordinate representation of color #4EE042: hue angle of 115.44º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4EE042 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB7822466-
CMYK0.6500.710.12
HSL115.44º71.82%56.86%-
HSV(B)115.44º70.54%87.84%-
XYZ30.7855.3214.21-
YUV162.3373.6367.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.20%
GREEN value IS 224 (87.89% from 255) = 60.87%
BLUE value IS 66 (26.17% from 255) = 17.93%
R=21.20%
G=60.87%
B=17.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal78224660.6500.710.12115.4471.8256.86
Hex4EE04241047C734839
Octal11634010210101071416311071
Binary1001110111000001000010100000101000111110011100111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EE042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,224,66); }

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

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

 a { background-color: rgb(78,224,66); }

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

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

 span { border-color: rgb(78,224,66); }

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