#4EE12E

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

Shades of Lime Green #4EE12E

Tints of Lime Green #4EE12E

Color information

#4EE12E (or 0x4EE12E) is unknown color: approx Lime Green. HEX triplet: 4E, E1 and 2E. RGB value is (78,225,46). Sum of RGB (Red+Green+Blue) = 78+225+46=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 225 (88.28% from 255 or 64.47% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 225 - color contains mainly: green. Hex color #4EE12E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE12E is #B11ED1. Grayscale: #A1A1A1. Windows color (decimal): -11607762 or 3072334. OLE color: 3072334.

HSL color Cylindrical-coordinate representation of color #4EE12E: hue angle of 109.27º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4EE12E is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB7822546-
CMYK0.6500.800.12
HSL109.27º74.9%53.14%-
HSV(B)109.27º79.56%88.24%-
XYZ30.5655.6711.72-
YUV160.6463.369.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.35%
GREEN value IS 225 (88.28% from 255) = 64.47%
BLUE value IS 46 (18.36% from 255) = 13.18%
R=22.35%
G=64.47%
B=13.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal78225460.6500.800.12109.2774.953.14
Hex4EE12E41050C6d4b35
Octal1163415610101201415511365
Binary100111011100001101110100000101010000110011011011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EE12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,225,46); }

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

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

 a { background-color: rgb(78,225,46); }

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

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

 span { border-color: rgb(78,225,46); }

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