Shades of Lime Green #2FB72D
Tints of Lime Green #2FB72D
RGB
CMYK
RGB Variations
Color information
#2FB72D (or 0x2FB72D) is known color: Lime Green. HEX triplet: 2F, B7 and 2D. RGB value is (47,183,45). Sum of RGB (Red+Green+Blue) = 47+183+45=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 183 (71.88% from 255 or 66.55% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB72D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB72D is #D048D2. Grayscale: #7F7F7F. Windows color (decimal): -13650131 or 2996015. OLE color: 2996015.
HSL color Cylindrical-coordinate representation of color #2FB72D: hue angle of 119.13º degrees, saturation: 0.61, 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 #2FB72D is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 183 | 45 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.28 |
| HSL | 119.13º | 0.61% | 0.45% | - |
| HSV(B) | 119.13º | 0.75% | 0.72% | - |
| XYZ | 18.58 | 34.66 | 8.19 | - |
| YUV | 126.6 | 81.94 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 183 | 45 | 0.74 | 0 | 0.75 | 0.28 | 119.13 | 0.61 | 0.45 |
| Hex | 2F | B7 | 2D | 4A | 0 | 4B | 1C | 77 | 3D | 2D |
| Octal | 57 | 267 | 55 | 112 | 0 | 113 | 34 | 167 | 75 | 55 |
| Binary | 101111 | 10110111 | 101101 | 1001010 | 0 | 1001011 | 11100 | 1110111 | 111101 | 101101 |
Color Harmonies of #2FB72D
Complementary color
Monochromatic Colors of #2FB72D
Black with #2FB72D
Text Example
Text Example
White with #2FB72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB72D; }
p { color: rgb(47,183,45); }
H1.HeaderClassName
{
color: #2FB72D;
}
.AnyTagClassName
{
color: #2FB72D;
}
</style>
background-color css
<style>
a { background-color: #2FB72D; }
a { background-color: rgb(47,183,45); }
div.DivClassName
{
background-color: #2FB72D;
}
.BgClassName
{
background-color: #2FB72D;
}
</style>
border-color css
<style>
span { border-color: #2FB72D; }
span { border-color: rgb(47,183,45); }
td.TdClassName
{
border-color: #2FB72D;
}
.TagClassName
{
border-color: #2FB72D;
}
</style>