Shades of Lime Green #4FCD37
Tints of Lime Green #4FCD37
RGB
CMYK
RGB Variations
Color information
#4FCD37 (or 0x4FCD37) is known color: Lime Green. HEX triplet: 4F, CD and 37. RGB value is (79,205,55). Sum of RGB (Red+Green+Blue) = 79+205+55=339 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.30% from 339); Green value is 205 (80.47% from 255 or 60.47% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 205 - color contains mainly: green. Hex color #4FCD37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCD37 is #B032C8. Grayscale: #969696. Windows color (decimal): -11547337 or 3657039. OLE color: 3657039.
HSL color Cylindrical-coordinate representation of color #4FCD37: hue angle of 110.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4FCD37 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 205 | 55 | - |
| CMYK | 0.61 | 0 | 0.73 | 0.20 |
| HSL | 110.4º | 0.6% | 0.51% | - |
| HSV(B) | 110.4º | 0.73% | 0.8% | - |
| XYZ | 25.75 | 45.6 | 11.06 | - |
| YUV | 150.23 | 74.26 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 55 | 0.61 | 0 | 0.73 | 0.20 | 110.4 | 0.6 | 0.51 |
| Hex | 4F | CD | 37 | 3D | 0 | 49 | 14 | 6E | 3C | 33 |
| Octal | 117 | 315 | 67 | 75 | 0 | 111 | 24 | 156 | 74 | 63 |
| Binary | 1001111 | 11001101 | 110111 | 111101 | 0 | 1001001 | 10100 | 1101110 | 111100 | 110011 |
Color Harmonies of #4FCD37
Complementary color
Monochromatic Colors of #4FCD37
Black with #4FCD37
Text Example
Text Example
White with #4FCD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCD37; }
p { color: rgb(79,205,55); }
H1.HeaderClassName
{
color: #4FCD37;
}
.AnyTagClassName
{
color: #4FCD37;
}
</style>
background-color css
<style>
a { background-color: #4FCD37; }
a { background-color: rgb(79,205,55); }
div.DivClassName
{
background-color: #4FCD37;
}
.BgClassName
{
background-color: #4FCD37;
}
</style>
border-color css
<style>
span { border-color: #4FCD37; }
span { border-color: rgb(79,205,55); }
td.TdClassName
{
border-color: #4FCD37;
}
.TagClassName
{
border-color: #4FCD37;
}
</style>