Shades of Lime Green #4FF434
Tints of Lime Green #4FF434
RGB
CMYK
RGB Variations
Color information
#4FF434 (or 0x4FF434) is known color: Lime Green. HEX triplet: 4F, F4 and 34. RGB value is (79,244,52). Sum of RGB (Red+Green+Blue) = 79+244+52=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 244 (95.70% from 255 or 65.07% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 244 - color contains mainly: green. Hex color #4FF434 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FF434 is #B00BCB. Grayscale: #ADADAD. Windows color (decimal): -11537356 or 3470415. OLE color: 3470415.
HSL color Cylindrical-coordinate representation of color #4FF434: hue angle of 111.56º 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 #4FF434 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 79 | 244 | 52 | - |
| CMYK | 0.68 | 0 | 0.79 | 0.04 |
| HSL | 111.56º | 0.9% | 0.58% | - |
| HSV(B) | 111.56º | 0.79% | 0.96% | - |
| XYZ | 36.19 | 66.61 | 14.2 | - |
| YUV | 172.78 | 59.84 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 244 | 52 | 0.68 | 0 | 0.79 | 0.04 | 111.56 | 0.9 | 0.58 |
| Hex | 4F | F4 | 34 | 44 | 0 | 4F | 4 | 70 | 5A | 3A |
| Octal | 117 | 364 | 64 | 104 | 0 | 117 | 4 | 160 | 132 | 72 |
| Binary | 1001111 | 11110100 | 110100 | 1000100 | 0 | 1001111 | 100 | 1110000 | 1011010 | 111010 |
Color Harmonies of #4FF434
Complementary color
Monochromatic Colors of #4FF434
Black with #4FF434
Text Example
Text Example
White with #4FF434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF434; }
p { color: rgb(79,244,52); }
H1.HeaderClassName
{
color: #4FF434;
}
.AnyTagClassName
{
color: #4FF434;
}
</style>
background-color css
<style>
a { background-color: #4FF434; }
a { background-color: rgb(79,244,52); }
div.DivClassName
{
background-color: #4FF434;
}
.BgClassName
{
background-color: #4FF434;
}
</style>
border-color css
<style>
span { border-color: #4FF434; }
span { border-color: rgb(79,244,52); }
td.TdClassName
{
border-color: #4FF434;
}
.TagClassName
{
border-color: #4FF434;
}
</style>