Shades of Lime Green #2FB72A
Tints of Lime Green #2FB72A
RGB
CMYK
RGB Variations
Color information
#2FB72A (or 0x2FB72A) is known color: Lime Green. HEX triplet: 2F, B7 and 2A. RGB value is (47,183,42). Sum of RGB (Red+Green+Blue) = 47+183+42=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 183 (71.88% from 255 or 67.28% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB72A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB72A is #D048D5. Grayscale: #7E7E7E. Windows color (decimal): -13650134 or 2799407. OLE color: 2799407.
HSL color Cylindrical-coordinate representation of color #2FB72A: hue angle of 117.87º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FB72A is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 183 | 42 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.28 |
| HSL | 117.87º | 0.63% | 0.44% | - |
| HSV(B) | 117.87º | 0.77% | 0.72% | - |
| XYZ | 18.52 | 34.64 | 7.9 | - |
| YUV | 126.26 | 80.44 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 183 | 42 | 0.74 | 0 | 0.77 | 0.28 | 117.87 | 0.63 | 0.44 |
| Hex | 2F | B7 | 2A | 4A | 0 | 4D | 1C | 76 | 3F | 2C |
| Octal | 57 | 267 | 52 | 112 | 0 | 115 | 34 | 166 | 77 | 54 |
| Binary | 101111 | 10110111 | 101010 | 1001010 | 0 | 1001101 | 11100 | 1110110 | 111111 | 101100 |
Color Harmonies of #2FB72A
Complementary color
Monochromatic Colors of #2FB72A
Black with #2FB72A
Text Example
Text Example
White with #2FB72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB72A; }
p { color: rgb(47,183,42); }
H1.HeaderClassName
{
color: #2FB72A;
}
.AnyTagClassName
{
color: #2FB72A;
}
</style>
background-color css
<style>
a { background-color: #2FB72A; }
a { background-color: rgb(47,183,42); }
div.DivClassName
{
background-color: #2FB72A;
}
.BgClassName
{
background-color: #2FB72A;
}
</style>
border-color css
<style>
span { border-color: #2FB72A; }
span { border-color: rgb(47,183,42); }
td.TdClassName
{
border-color: #2FB72A;
}
.TagClassName
{
border-color: #2FB72A;
}
</style>