Shades of Lime Green #2FB72E
Tints of Lime Green #2FB72E
RGB
CMYK
RGB Variations
Color information
#2FB72E (or 0x2FB72E) is known color: Lime Green. HEX triplet: 2F, B7 and 2E. RGB value is (47,183,46). Sum of RGB (Red+Green+Blue) = 47+183+46=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 183 (71.88% from 255 or 66.30% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB72E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB72E is #D048D1. Grayscale: #7F7F7F. Windows color (decimal): -13650130 or 3061551. OLE color: 3061551.
HSL color Cylindrical-coordinate representation of color #2FB72E: hue angle of 119.56º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FB72E is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 183 | 46 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.28 |
| HSL | 119.56º | 0.6% | 0.45% | - |
| HSV(B) | 119.56º | 0.75% | 0.72% | - |
| XYZ | 18.6 | 34.67 | 8.3 | - |
| YUV | 126.72 | 82.44 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 183 | 46 | 0.74 | 0 | 0.75 | 0.28 | 119.56 | 0.6 | 0.45 |
| Hex | 2F | B7 | 2E | 4A | 0 | 4B | 1C | 78 | 3C | 2D |
| Octal | 57 | 267 | 56 | 112 | 0 | 113 | 34 | 170 | 74 | 55 |
| Binary | 101111 | 10110111 | 101110 | 1001010 | 0 | 1001011 | 11100 | 1111000 | 111100 | 101101 |
Color Harmonies of #2FB72E
Complementary color
Monochromatic Colors of #2FB72E
Black with #2FB72E
Text Example
Text Example
White with #2FB72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB72E; }
p { color: rgb(47,183,46); }
H1.HeaderClassName
{
color: #2FB72E;
}
.AnyTagClassName
{
color: #2FB72E;
}
</style>
background-color css
<style>
a { background-color: #2FB72E; }
a { background-color: rgb(47,183,46); }
div.DivClassName
{
background-color: #2FB72E;
}
.BgClassName
{
background-color: #2FB72E;
}
</style>
border-color css
<style>
span { border-color: #2FB72E; }
span { border-color: rgb(47,183,46); }
td.TdClassName
{
border-color: #2FB72E;
}
.TagClassName
{
border-color: #2FB72E;
}
</style>