Shades of Lime Green #4EF43B
Tints of Lime Green #4EF43B
RGB
CMYK
RGB Variations
Color information
#4EF43B (or 0x4EF43B) is known color: Lime Green. HEX triplet: 4E, F4 and 3B. RGB value is (78,244,59). Sum of RGB (Red+Green+Blue) = 78+244+59=381 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.47% from 381); Green value is 244 (95.70% from 255 or 64.04% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 244 - color contains mainly: green. Hex color #4EF43B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EF43B is #B10BC4. Grayscale: #ADADAD. Windows color (decimal): -11602885 or 3929166. OLE color: 3929166.
HSL color Cylindrical-coordinate representation of color #4EF43B: hue angle of 113.84º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4EF43B is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 78 | 244 | 59 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.04 |
| HSL | 113.84º | 0.89% | 0.59% | - |
| HSV(B) | 113.84º | 0.76% | 0.96% | - |
| XYZ | 36.28 | 66.64 | 15.09 | - |
| YUV | 173.28 | 63.5 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 244 | 59 | 0.68 | 0 | 0.76 | 0.04 | 113.84 | 0.89 | 0.59 |
| Hex | 4E | F4 | 3B | 44 | 0 | 4C | 4 | 72 | 59 | 3B |
| Octal | 116 | 364 | 73 | 104 | 0 | 114 | 4 | 162 | 131 | 73 |
| Binary | 1001110 | 11110100 | 111011 | 1000100 | 0 | 1001100 | 100 | 1110010 | 1011001 | 111011 |
Color Harmonies of #4EF43B
Complementary color
Monochromatic Colors of #4EF43B
Black with #4EF43B
Text Example
Text Example
White with #4EF43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF43B; }
p { color: rgb(78,244,59); }
H1.HeaderClassName
{
color: #4EF43B;
}
.AnyTagClassName
{
color: #4EF43B;
}
</style>
background-color css
<style>
a { background-color: #4EF43B; }
a { background-color: rgb(78,244,59); }
div.DivClassName
{
background-color: #4EF43B;
}
.BgClassName
{
background-color: #4EF43B;
}
</style>
border-color css
<style>
span { border-color: #4EF43B; }
span { border-color: rgb(78,244,59); }
td.TdClassName
{
border-color: #4EF43B;
}
.TagClassName
{
border-color: #4EF43B;
}
</style>