Shades of Lime Green #4FF432
Tints of Lime Green #4FF432
RGB
CMYK
RGB Variations
Color information
#4FF432 (or 0x4FF432) is known color: Lime Green. HEX triplet: 4F, F4 and 32. RGB value is (79,244,50). Sum of RGB (Red+Green+Blue) = 79+244+50=373 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.18% from 373); Green value is 244 (95.70% from 255 or 65.42% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 244 - color contains mainly: green. Hex color #4FF432 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FF432 is #B00BCD. Grayscale: #ADADAD. Windows color (decimal): -11537358 or 3339343. OLE color: 3339343.
HSL color Cylindrical-coordinate representation of color #4FF432: hue angle of 111.03º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4FF432 is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 79 | 244 | 50 | - |
| CMYK | 0.68 | 0 | 0.80 | 0.04 |
| HSL | 111.03º | 0.9% | 0.58% | - |
| HSV(B) | 111.03º | 0.8% | 0.96% | - |
| XYZ | 36.15 | 66.59 | 13.97 | - |
| YUV | 172.55 | 58.84 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 244 | 50 | 0.68 | 0 | 0.80 | 0.04 | 111.03 | 0.9 | 0.58 |
| Hex | 4F | F4 | 32 | 44 | 0 | 50 | 4 | 6F | 5A | 3A |
| Octal | 117 | 364 | 62 | 104 | 0 | 120 | 4 | 157 | 132 | 72 |
| Binary | 1001111 | 11110100 | 110010 | 1000100 | 0 | 1010000 | 100 | 1101111 | 1011010 | 111010 |
Color Harmonies of #4FF432
Complementary color
Monochromatic Colors of #4FF432
Black with #4FF432
Text Example
Text Example
White with #4FF432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF432; }
p { color: rgb(79,244,50); }
H1.HeaderClassName
{
color: #4FF432;
}
.AnyTagClassName
{
color: #4FF432;
}
</style>
background-color css
<style>
a { background-color: #4FF432; }
a { background-color: rgb(79,244,50); }
div.DivClassName
{
background-color: #4FF432;
}
.BgClassName
{
background-color: #4FF432;
}
</style>
border-color css
<style>
span { border-color: #4FF432; }
span { border-color: rgb(79,244,50); }
td.TdClassName
{
border-color: #4FF432;
}
.TagClassName
{
border-color: #4FF432;
}
</style>