#4EE128

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

Shades of Lime Green #4EE128

Tints of Lime Green #4EE128

Color information

#4EE128 (or 0x4EE128) is unknown color: approx Lime Green. HEX triplet: 4E, E1 and 28. RGB value is (78,225,40). Sum of RGB (Red+Green+Blue) = 78+225+40=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 225 (88.28% from 255 or 65.60% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 225 - color contains mainly: green. Hex color #4EE128 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE128 is #B11ED7. Grayscale: #A0A0A0. Windows color (decimal): -11607768 or 2679118. OLE color: 2679118.

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

Color convert

RGB7822540-
CMYK0.6500.820.12
HSL107.68º75.51%51.96%-
HSV(B)107.68º82.22%88.24%-
XYZ30.4555.6211.14-
YUV159.9660.369.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.74%
GREEN value IS 225 (88.28% from 255) = 65.60%
BLUE value IS 40 (16.02% from 255) = 11.66%
R=22.74%
G=65.60%
B=11.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal78225400.6500.820.12107.6875.5151.96
Hex4EE12841052C6c4c34
Octal1163415010101221415411464
Binary100111011100001101000100000101010010110011011001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EE128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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