Shades of Lime Green #2CB72F
Tints of Lime Green #2CB72F
RGB
CMYK
RGB Variations
Color information
#2CB72F (or 0x2CB72F) is known color: Lime Green. HEX triplet: 2C, B7 and 2F. RGB value is (44,183,47). Sum of RGB (Red+Green+Blue) = 44+183+47=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 183 (71.88% from 255 or 66.79% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB72F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB72F is #D348D0. Grayscale: #7E7E7E. Windows color (decimal): -13846737 or 3127084. OLE color: 3127084.
HSL color Cylindrical-coordinate representation of color #2CB72F: hue angle of 121.29º 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 #2CB72F is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 47 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.28 |
| HSL | 121.3º | 0.61% | 0.45% | - |
| HSV(B) | 121.3º | 0.76% | 0.72% | - |
| XYZ | 18.49 | 34.61 | 8.4 | - |
| YUV | 125.94 | 83.45 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 47 | 0.76 | 0 | 0.74 | 0.28 | 121.3 | 0.61 | 0.45 |
| Hex | 2C | B7 | 2F | 4C | 0 | 4A | 1C | 79 | 3D | 2D |
| Octal | 54 | 267 | 57 | 114 | 0 | 112 | 34 | 171 | 75 | 55 |
| Binary | 101100 | 10110111 | 101111 | 1001100 | 0 | 1001010 | 11100 | 1111001 | 111101 | 101101 |
Color Harmonies of #2CB72F
Complementary color
Monochromatic Colors of #2CB72F
Black with #2CB72F
Text Example
Text Example
White with #2CB72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB72F; }
p { color: rgb(44,183,47); }
H1.HeaderClassName
{
color: #2CB72F;
}
.AnyTagClassName
{
color: #2CB72F;
}
</style>
background-color css
<style>
a { background-color: #2CB72F; }
a { background-color: rgb(44,183,47); }
div.DivClassName
{
background-color: #2CB72F;
}
.BgClassName
{
background-color: #2CB72F;
}
</style>
border-color css
<style>
span { border-color: #2CB72F; }
span { border-color: rgb(44,183,47); }
td.TdClassName
{
border-color: #2CB72F;
}
.TagClassName
{
border-color: #2CB72F;
}
</style>