Shades of Lime Green #2FCF51
Tints of Lime Green #2FCF51
RGB
CMYK
RGB Variations
Color information
#2FCF51 (or 0x2FCF51) is known color: Lime Green. HEX triplet: 2F, CF and 51. RGB value is (47,207,81). Sum of RGB (Red+Green+Blue) = 47+207+81=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 207 (81.25% from 255 or 61.79% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCF51 is #D030AE. Grayscale: #919191. Windows color (decimal): -13643951 or 5361455. OLE color: 5361455.
HSL color Cylindrical-coordinate representation of color #2FCF51: hue angle of 132.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCF51 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 81 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.19 |
| HSL | 132.75º | 0.63% | 0.5% | - |
| HSV(B) | 132.75º | 0.77% | 0.81% | - |
| XYZ | 24.97 | 45.82 | 15.31 | - |
| YUV | 144.8 | 91.99 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 81 | 0.77 | 0 | 0.61 | 0.19 | 132.75 | 0.63 | 0.5 |
| Hex | 2F | CF | 51 | 4D | 0 | 3D | 13 | 85 | 3F | 32 |
| Octal | 57 | 317 | 121 | 115 | 0 | 75 | 23 | 205 | 77 | 62 |
| Binary | 101111 | 11001111 | 1010001 | 1001101 | 0 | 111101 | 10011 | 10000101 | 111111 | 110010 |
Color Harmonies of #2FCF51
Complementary color
Monochromatic Colors of #2FCF51
Black with #2FCF51
Text Example
Text Example
White with #2FCF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCF51; }
p { color: rgb(47,207,81); }
H1.HeaderClassName
{
color: #2FCF51;
}
.AnyTagClassName
{
color: #2FCF51;
}
</style>
background-color css
<style>
a { background-color: #2FCF51; }
a { background-color: rgb(47,207,81); }
div.DivClassName
{
background-color: #2FCF51;
}
.BgClassName
{
background-color: #2FCF51;
}
</style>
border-color css
<style>
span { border-color: #2FCF51; }
span { border-color: rgb(47,207,81); }
td.TdClassName
{
border-color: #2FCF51;
}
.TagClassName
{
border-color: #2FCF51;
}
</style>