Shades of Lime Green #4EF430
Tints of Lime Green #4EF430
RGB
CMYK
RGB Variations
Color information
#4EF430 (or 0x4EF430) is known color: Lime Green. HEX triplet: 4E, F4 and 30. RGB value is (78,244,48). Sum of RGB (Red+Green+Blue) = 78+244+48=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 244 (95.70% from 255 or 65.95% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 244 - color contains mainly: green. Hex color #4EF430 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EF430 is #B10BCF. Grayscale: #ACACAC. Windows color (decimal): -11602896 or 3208270. OLE color: 3208270.
HSL color Cylindrical-coordinate representation of color #4EF430: hue angle of 110.82º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4EF430 is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 78 | 244 | 48 | - |
| CMYK | 0.68 | 0 | 0.80 | 0.04 |
| HSL | 110.82º | 0.9% | 0.57% | - |
| HSV(B) | 110.82º | 0.8% | 0.96% | - |
| XYZ | 36.03 | 66.53 | 13.74 | - |
| YUV | 172.02 | 58 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 244 | 48 | 0.68 | 0 | 0.80 | 0.04 | 110.82 | 0.9 | 0.57 |
| Hex | 4E | F4 | 30 | 44 | 0 | 50 | 4 | 6F | 5A | 39 |
| Octal | 116 | 364 | 60 | 104 | 0 | 120 | 4 | 157 | 132 | 71 |
| Binary | 1001110 | 11110100 | 110000 | 1000100 | 0 | 1010000 | 100 | 1101111 | 1011010 | 111001 |
Color Harmonies of #4EF430
Complementary color
Monochromatic Colors of #4EF430
Black with #4EF430
Text Example
Text Example
White with #4EF430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF430; }
p { color: rgb(78,244,48); }
H1.HeaderClassName
{
color: #4EF430;
}
.AnyTagClassName
{
color: #4EF430;
}
</style>
background-color css
<style>
a { background-color: #4EF430; }
a { background-color: rgb(78,244,48); }
div.DivClassName
{
background-color: #4EF430;
}
.BgClassName
{
background-color: #4EF430;
}
</style>
border-color css
<style>
span { border-color: #4EF430; }
span { border-color: rgb(78,244,48); }
td.TdClassName
{
border-color: #4EF430;
}
.TagClassName
{
border-color: #4EF430;
}
</style>