Shades of Lime Green #4EEF32
Tints of Lime Green #4EEF32
RGB
CMYK
RGB Variations
Color information
#4EEF32 (or 0x4EEF32) is known color: Lime Green. HEX triplet: 4E, EF and 32. RGB value is (78,239,50). Sum of RGB (Red+Green+Blue) = 78+239+50=367 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.25% from 367); Green value is 239 (93.75% from 255 or 65.12% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEF32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EEF32 is #B110CD. Grayscale: #A9A9A9. Windows color (decimal): -11604174 or 3338062. OLE color: 3338062.
HSL color Cylindrical-coordinate representation of color #4EEF32: hue angle of 111.11º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4EEF32 is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 239 | 50 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.06 |
| HSL | 111.11º | 0.86% | 0.57% | - |
| HSV(B) | 111.11º | 0.79% | 0.94% | - |
| XYZ | 34.58 | 63.58 | 13.47 | - |
| YUV | 169.32 | 60.66 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 239 | 50 | 0.67 | 0 | 0.79 | 0.06 | 111.11 | 0.86 | 0.57 |
| Hex | 4E | EF | 32 | 43 | 0 | 4F | 6 | 6F | 56 | 39 |
| Octal | 116 | 357 | 62 | 103 | 0 | 117 | 6 | 157 | 126 | 71 |
| Binary | 1001110 | 11101111 | 110010 | 1000011 | 0 | 1001111 | 110 | 1101111 | 1010110 | 111001 |
Color Harmonies of #4EEF32
Complementary color
Monochromatic Colors of #4EEF32
Black with #4EEF32
Text Example
Text Example
White with #4EEF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEF32; }
p { color: rgb(78,239,50); }
H1.HeaderClassName
{
color: #4EEF32;
}
.AnyTagClassName
{
color: #4EEF32;
}
</style>
background-color css
<style>
a { background-color: #4EEF32; }
a { background-color: rgb(78,239,50); }
div.DivClassName
{
background-color: #4EEF32;
}
.BgClassName
{
background-color: #4EEF32;
}
</style>
border-color css
<style>
span { border-color: #4EEF32; }
span { border-color: rgb(78,239,50); }
td.TdClassName
{
border-color: #4EEF32;
}
.TagClassName
{
border-color: #4EEF32;
}
</style>