Shades of Lime Green #4FCC37
Tints of Lime Green #4FCC37
RGB
CMYK
RGB Variations
Color information
#4FCC37 (or 0x4FCC37) is known color: Lime Green. HEX triplet: 4F, CC and 37. RGB value is (79,204,55). Sum of RGB (Red+Green+Blue) = 79+204+55=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 204 (80.08% from 255 or 60.36% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 204 - color contains mainly: green. Hex color #4FCC37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCC37 is #B033C8. Grayscale: #969696. Windows color (decimal): -11547593 or 3656783. OLE color: 3656783.
HSL color Cylindrical-coordinate representation of color #4FCC37: hue angle of 110.34º degrees, saturation: 0.59, 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 #4FCC37 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 204 | 55 | - |
| CMYK | 0.61 | 0 | 0.73 | 0.2 |
| HSL | 110.34º | 0.59% | 0.51% | - |
| HSV(B) | 110.34º | 0.73% | 0.8% | - |
| XYZ | 25.51 | 45.12 | 10.98 | - |
| YUV | 149.64 | 74.59 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 55 | 0.61 | 0 | 0.73 | 0.2 | 110.34 | 0.59 | 0.51 |
| Hex | 4F | CC | 37 | 3D | 0 | 49 | 14 | 6E | 3B | 33 |
| Octal | 117 | 314 | 67 | 75 | 0 | 111 | 24 | 156 | 73 | 63 |
| Binary | 1001111 | 11001100 | 110111 | 111101 | 0 | 1001001 | 10100 | 1101110 | 111011 | 110011 |
Color Harmonies of #4FCC37
Complementary color
Monochromatic Colors of #4FCC37
Black with #4FCC37
Text Example
Text Example
White with #4FCC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCC37; }
p { color: rgb(79,204,55); }
H1.HeaderClassName
{
color: #4FCC37;
}
.AnyTagClassName
{
color: #4FCC37;
}
</style>
background-color css
<style>
a { background-color: #4FCC37; }
a { background-color: rgb(79,204,55); }
div.DivClassName
{
background-color: #4FCC37;
}
.BgClassName
{
background-color: #4FCC37;
}
</style>
border-color css
<style>
span { border-color: #4FCC37; }
span { border-color: rgb(79,204,55); }
td.TdClassName
{
border-color: #4FCC37;
}
.TagClassName
{
border-color: #4FCC37;
}
</style>