Shades of Lime Green #4FCD32
Tints of Lime Green #4FCD32
RGB
CMYK
RGB Variations
Color information
#4FCD32 (or 0x4FCD32) is known color: Lime Green. HEX triplet: 4F, CD and 32. RGB value is (79,205,50). Sum of RGB (Red+Green+Blue) = 79+205+50=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 205 (80.47% from 255 or 61.38% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 205 - color contains mainly: green. Hex color #4FCD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCD32 is #B032CD. Grayscale: #969696. Windows color (decimal): -11547342 or 3329359. OLE color: 3329359.
HSL color Cylindrical-coordinate representation of color #4FCD32: hue angle of 108.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4FCD32 is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 205 | 50 | - |
| CMYK | 0.61 | 0 | 0.76 | 0.20 |
| HSL | 108.77º | 0.61% | 0.5% | - |
| HSV(B) | 108.77º | 0.76% | 0.8% | - |
| XYZ | 25.63 | 45.56 | 10.46 | - |
| YUV | 149.66 | 71.76 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 50 | 0.61 | 0 | 0.76 | 0.20 | 108.77 | 0.61 | 0.5 |
| Hex | 4F | CD | 32 | 3D | 0 | 4C | 14 | 6D | 3D | 32 |
| Octal | 117 | 315 | 62 | 75 | 0 | 114 | 24 | 155 | 75 | 62 |
| Binary | 1001111 | 11001101 | 110010 | 111101 | 0 | 1001100 | 10100 | 1101101 | 111101 | 110010 |
Color Harmonies of #4FCD32
Complementary color
Monochromatic Colors of #4FCD32
Black with #4FCD32
Text Example
Text Example
White with #4FCD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCD32; }
p { color: rgb(79,205,50); }
H1.HeaderClassName
{
color: #4FCD32;
}
.AnyTagClassName
{
color: #4FCD32;
}
</style>
background-color css
<style>
a { background-color: #4FCD32; }
a { background-color: rgb(79,205,50); }
div.DivClassName
{
background-color: #4FCD32;
}
.BgClassName
{
background-color: #4FCD32;
}
</style>
border-color css
<style>
span { border-color: #4FCD32; }
span { border-color: rgb(79,205,50); }
td.TdClassName
{
border-color: #4FCD32;
}
.TagClassName
{
border-color: #4FCD32;
}
</style>