Shades of Lime Green #2FB72C
Tints of Lime Green #2FB72C
RGB
CMYK
RGB Variations
Color information
#2FB72C (or 0x2FB72C) is known color: Lime Green. HEX triplet: 2F, B7 and 2C. RGB value is (47,183,44). Sum of RGB (Red+Green+Blue) = 47+183+44=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 183 (71.88% from 255 or 66.79% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB72C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB72C is #D048D3. Grayscale: #7E7E7E. Windows color (decimal): -13650132 or 2930479. OLE color: 2930479.
HSL color Cylindrical-coordinate representation of color #2FB72C: hue angle of 118.71º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FB72C is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 183 | 44 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.28 |
| HSL | 118.71º | 0.61% | 0.45% | - |
| HSV(B) | 118.71º | 0.76% | 0.72% | - |
| XYZ | 18.56 | 34.65 | 8.09 | - |
| YUV | 126.49 | 81.44 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 183 | 44 | 0.74 | 0 | 0.76 | 0.28 | 118.71 | 0.61 | 0.45 |
| Hex | 2F | B7 | 2C | 4A | 0 | 4C | 1C | 77 | 3D | 2D |
| Octal | 57 | 267 | 54 | 112 | 0 | 114 | 34 | 167 | 75 | 55 |
| Binary | 101111 | 10110111 | 101100 | 1001010 | 0 | 1001100 | 11100 | 1110111 | 111101 | 101101 |
Color Harmonies of #2FB72C
Complementary color
Monochromatic Colors of #2FB72C
Black with #2FB72C
Text Example
Text Example
White with #2FB72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB72C; }
p { color: rgb(47,183,44); }
H1.HeaderClassName
{
color: #2FB72C;
}
.AnyTagClassName
{
color: #2FB72C;
}
</style>
background-color css
<style>
a { background-color: #2FB72C; }
a { background-color: rgb(47,183,44); }
div.DivClassName
{
background-color: #2FB72C;
}
.BgClassName
{
background-color: #2FB72C;
}
</style>
border-color css
<style>
span { border-color: #2FB72C; }
span { border-color: rgb(47,183,44); }
td.TdClassName
{
border-color: #2FB72C;
}
.TagClassName
{
border-color: #2FB72C;
}
</style>