Shades of Lime Green #4EEA32
Tints of Lime Green #4EEA32
RGB
CMYK
RGB Variations
Color information
#4EEA32 (or 0x4EEA32) is known color: Lime Green. HEX triplet: 4E, EA and 32. RGB value is (78,234,50). Sum of RGB (Red+Green+Blue) = 78+234+50=362 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.55% from 362); Green value is 234 (91.80% from 255 or 64.64% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 234 - color contains mainly: green. Hex color #4EEA32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EEA32 is #B115CD. Grayscale: #A6A6A6. Windows color (decimal): -11605454 or 3336782. OLE color: 3336782.
HSL color Cylindrical-coordinate representation of color #4EEA32: hue angle of 110.87º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4EEA32 is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 234 | 50 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.08 |
| HSL | 110.87º | 0.81% | 0.56% | - |
| HSV(B) | 110.87º | 0.79% | 0.92% | - |
| XYZ | 33.14 | 60.7 | 12.99 | - |
| YUV | 166.38 | 62.32 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 234 | 50 | 0.67 | 0 | 0.79 | 0.08 | 110.87 | 0.81 | 0.56 |
| Hex | 4E | EA | 32 | 43 | 0 | 4F | 8 | 6F | 51 | 38 |
| Octal | 116 | 352 | 62 | 103 | 0 | 117 | 10 | 157 | 121 | 70 |
| Binary | 1001110 | 11101010 | 110010 | 1000011 | 0 | 1001111 | 1000 | 1101111 | 1010001 | 111000 |
Color Harmonies of #4EEA32
Complementary color
Monochromatic Colors of #4EEA32
Black with #4EEA32
Text Example
Text Example
White with #4EEA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEA32; }
p { color: rgb(78,234,50); }
H1.HeaderClassName
{
color: #4EEA32;
}
.AnyTagClassName
{
color: #4EEA32;
}
</style>
background-color css
<style>
a { background-color: #4EEA32; }
a { background-color: rgb(78,234,50); }
div.DivClassName
{
background-color: #4EEA32;
}
.BgClassName
{
background-color: #4EEA32;
}
</style>
border-color css
<style>
span { border-color: #4EEA32; }
span { border-color: rgb(78,234,50); }
td.TdClassName
{
border-color: #4EEA32;
}
.TagClassName
{
border-color: #4EEA32;
}
</style>