Shades of Lime Green #2FCF50
Tints of Lime Green #2FCF50
RGB
CMYK
RGB Variations
Color information
#2FCF50 (or 0x2FCF50) is known color: Lime Green. HEX triplet: 2F, CF and 50. RGB value is (47,207,80). Sum of RGB (Red+Green+Blue) = 47+207+80=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 207 (81.25% from 255 or 61.98% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCF50 is #D030AF. Grayscale: #919191. Windows color (decimal): -13643952 or 5295919. OLE color: 5295919.
HSL color Cylindrical-coordinate representation of color #2FCF50: hue angle of 132.38º 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 #2FCF50 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 80 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.19 |
| HSL | 132.38º | 0.63% | 0.5% | - |
| HSV(B) | 132.38º | 0.77% | 0.81% | - |
| XYZ | 24.93 | 45.81 | 15.12 | - |
| YUV | 144.68 | 91.49 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 80 | 0.77 | 0 | 0.61 | 0.19 | 132.38 | 0.63 | 0.5 |
| Hex | 2F | CF | 50 | 4D | 0 | 3D | 13 | 84 | 3F | 32 |
| Octal | 57 | 317 | 120 | 115 | 0 | 75 | 23 | 204 | 77 | 62 |
| Binary | 101111 | 11001111 | 1010000 | 1001101 | 0 | 111101 | 10011 | 10000100 | 111111 | 110010 |
Color Harmonies of #2FCF50
Complementary color
Monochromatic Colors of #2FCF50
Black with #2FCF50
Text Example
Text Example
White with #2FCF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCF50; }
p { color: rgb(47,207,80); }
H1.HeaderClassName
{
color: #2FCF50;
}
.AnyTagClassName
{
color: #2FCF50;
}
</style>
background-color css
<style>
a { background-color: #2FCF50; }
a { background-color: rgb(47,207,80); }
div.DivClassName
{
background-color: #2FCF50;
}
.BgClassName
{
background-color: #2FCF50;
}
</style>
border-color css
<style>
span { border-color: #2FCF50; }
span { border-color: rgb(47,207,80); }
td.TdClassName
{
border-color: #2FCF50;
}
.TagClassName
{
border-color: #2FCF50;
}
</style>