#4EE52F

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

Shades of Lime Green #4EE52F

Tints of Lime Green #4EE52F

Color information

#4EE52F (or 0x4EE52F) is unknown color: approx Lime Green. HEX triplet: 4E, E5 and 2F. RGB value is (78,229,47). Sum of RGB (Red+Green+Blue) = 78+229+47=354 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.03% from 354); Green value is 229 (89.84% from 255 or 64.69% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 229 - color contains mainly: green. Hex color #4EE52F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE52F is #B11AD0. Grayscale: #A3A3A3. Windows color (decimal): -11606737 or 3138894. OLE color: 3138894.

HSL color Cylindrical-coordinate representation of color #4EE52F: hue angle of 109.78º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4EE52F is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB7822947-
CMYK0.6600.790.10
HSL109.78º77.78%54.12%-
HSV(B)109.78º79.48%89.8%-
XYZ31.6757.8612.19-
YUV163.162.4767.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.03%
GREEN value IS 229 (89.84% from 255) = 64.69%
BLUE value IS 47 (18.75% from 255) = 13.28%
R=22.03%
G=64.69%
B=13.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal78229470.6600.790.10109.7877.7854.12
Hex4EE52F4204FA6e4e36
Octal1163455710201171215611666
Binary100111011100101101111100001001001111101011011101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EE52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,229,47); }

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

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

 a { background-color: rgb(78,229,47); }

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

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

 span { border-color: rgb(78,229,47); }

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