Shades of Lime Green #4EF433
Tints of Lime Green #4EF433
RGB
CMYK
RGB Variations
Color information
#4EF433 (or 0x4EF433) is known color: Lime Green. HEX triplet: 4E, F4 and 33. RGB value is (78,244,51). Sum of RGB (Red+Green+Blue) = 78+244+51=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 244 (95.70% from 255 or 65.42% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 244 - color contains mainly: green. Hex color #4EF433 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EF433 is #B10BCC. Grayscale: #ACACAC. Windows color (decimal): -11602893 or 3404878. OLE color: 3404878.
HSL color Cylindrical-coordinate representation of color #4EF433: hue angle of 111.61º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4EF433 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 78 | 244 | 51 | - |
| CMYK | 0.68 | 0 | 0.79 | 0.04 |
| HSL | 111.61º | 0.9% | 0.58% | - |
| HSV(B) | 111.61º | 0.79% | 0.96% | - |
| XYZ | 36.09 | 66.56 | 14.08 | - |
| YUV | 172.36 | 59.5 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 244 | 51 | 0.68 | 0 | 0.79 | 0.04 | 111.61 | 0.9 | 0.58 |
| Hex | 4E | F4 | 33 | 44 | 0 | 4F | 4 | 70 | 5A | 3A |
| Octal | 116 | 364 | 63 | 104 | 0 | 117 | 4 | 160 | 132 | 72 |
| Binary | 1001110 | 11110100 | 110011 | 1000100 | 0 | 1001111 | 100 | 1110000 | 1011010 | 111010 |
Color Harmonies of #4EF433
Complementary color
Monochromatic Colors of #4EF433
Black with #4EF433
Text Example
Text Example
White with #4EF433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF433; }
p { color: rgb(78,244,51); }
H1.HeaderClassName
{
color: #4EF433;
}
.AnyTagClassName
{
color: #4EF433;
}
</style>
background-color css
<style>
a { background-color: #4EF433; }
a { background-color: rgb(78,244,51); }
div.DivClassName
{
background-color: #4EF433;
}
.BgClassName
{
background-color: #4EF433;
}
</style>
border-color css
<style>
span { border-color: #4EF433; }
span { border-color: rgb(78,244,51); }
td.TdClassName
{
border-color: #4EF433;
}
.TagClassName
{
border-color: #4EF433;
}
</style>