Shades of Lime Green #4FCF37
Tints of Lime Green #4FCF37
RGB
CMYK
RGB Variations
Color information
#4FCF37 (or 0x4FCF37) is known color: Lime Green. HEX triplet: 4F, CF and 37. RGB value is (79,207,55). Sum of RGB (Red+Green+Blue) = 79+207+55=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 207 (81.25% from 255 or 60.70% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 207 - color contains mainly: green. Hex color #4FCF37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCF37 is #B030C8. Grayscale: #979797. Windows color (decimal): -11546825 or 3657551. OLE color: 3657551.
HSL color Cylindrical-coordinate representation of color #4FCF37: hue angle of 110.53º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4FCF37 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 207 | 55 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.19 |
| HSL | 110.53º | 0.61% | 0.51% | - |
| HSV(B) | 110.53º | 0.73% | 0.81% | - |
| XYZ | 26.23 | 46.56 | 11.22 | - |
| YUV | 151.4 | 73.59 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 207 | 55 | 0.62 | 0 | 0.73 | 0.19 | 110.53 | 0.61 | 0.51 |
| Hex | 4F | CF | 37 | 3E | 0 | 49 | 13 | 6F | 3D | 33 |
| Octal | 117 | 317 | 67 | 76 | 0 | 111 | 23 | 157 | 75 | 63 |
| Binary | 1001111 | 11001111 | 110111 | 111110 | 0 | 1001001 | 10011 | 1101111 | 111101 | 110011 |
Color Harmonies of #4FCF37
Complementary color
Monochromatic Colors of #4FCF37
Black with #4FCF37
Text Example
Text Example
White with #4FCF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCF37; }
p { color: rgb(79,207,55); }
H1.HeaderClassName
{
color: #4FCF37;
}
.AnyTagClassName
{
color: #4FCF37;
}
</style>
background-color css
<style>
a { background-color: #4FCF37; }
a { background-color: rgb(79,207,55); }
div.DivClassName
{
background-color: #4FCF37;
}
.BgClassName
{
background-color: #4FCF37;
}
</style>
border-color css
<style>
span { border-color: #4FCF37; }
span { border-color: rgb(79,207,55); }
td.TdClassName
{
border-color: #4FCF37;
}
.TagClassName
{
border-color: #4FCF37;
}
</style>