Shades of Lime Green #4FF42F
Tints of Lime Green #4FF42F
RGB
CMYK
RGB Variations
Color information
#4FF42F (or 0x4FF42F) is known color: Lime Green. HEX triplet: 4F, F4 and 2F. RGB value is (79,244,47). Sum of RGB (Red+Green+Blue) = 79+244+47=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 244 (95.70% from 255 or 65.95% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 244 - color contains mainly: green. Hex color #4FF42F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FF42F is #B00BD0. Grayscale: #ACACAC. Windows color (decimal): -11537361 or 3142735. OLE color: 3142735.
HSL color Cylindrical-coordinate representation of color #4FF42F: hue angle of 110.25º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4FF42F is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 79 | 244 | 47 | - |
| CMYK | 0.68 | 0 | 0.81 | 0.04 |
| HSL | 110.25º | 0.9% | 0.57% | - |
| HSV(B) | 110.25º | 0.81% | 0.96% | - |
| XYZ | 36.09 | 66.57 | 13.64 | - |
| YUV | 172.21 | 57.34 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 244 | 47 | 0.68 | 0 | 0.81 | 0.04 | 110.25 | 0.9 | 0.57 |
| Hex | 4F | F4 | 2F | 44 | 0 | 51 | 4 | 6E | 5A | 39 |
| Octal | 117 | 364 | 57 | 104 | 0 | 121 | 4 | 156 | 132 | 71 |
| Binary | 1001111 | 11110100 | 101111 | 1000100 | 0 | 1010001 | 100 | 1101110 | 1011010 | 111001 |
Color Harmonies of #4FF42F
Complementary color
Monochromatic Colors of #4FF42F
Black with #4FF42F
Text Example
Text Example
White with #4FF42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF42F; }
p { color: rgb(79,244,47); }
H1.HeaderClassName
{
color: #4FF42F;
}
.AnyTagClassName
{
color: #4FF42F;
}
</style>
background-color css
<style>
a { background-color: #4FF42F; }
a { background-color: rgb(79,244,47); }
div.DivClassName
{
background-color: #4FF42F;
}
.BgClassName
{
background-color: #4FF42F;
}
</style>
border-color css
<style>
span { border-color: #4FF42F; }
span { border-color: rgb(79,244,47); }
td.TdClassName
{
border-color: #4FF42F;
}
.TagClassName
{
border-color: #4FF42F;
}
</style>