Shades of Lime Green #2CBF47
Tints of Lime Green #2CBF47
RGB
CMYK
RGB Variations
Color information
#2CBF47 (or 0x2CBF47) is known color: Lime Green. HEX triplet: 2C, BF and 47. RGB value is (44,191,71). Sum of RGB (Red+Green+Blue) = 44+191+71=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 191 (75% from 255 or 62.42% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBF47 is #D340B8. Grayscale: #858585. Windows color (decimal): -13844665 or 4701996. OLE color: 4701996.
HSL color Cylindrical-coordinate representation of color #2CBF47: hue angle of 131.02º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBF47 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 191 | 71 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.25 |
| HSL | 131.02º | 0.63% | 0.46% | - |
| HSV(B) | 131.02º | 0.77% | 0.75% | - |
| XYZ | 20.81 | 38.25 | 12.25 | - |
| YUV | 133.37 | 92.8 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 191 | 71 | 0.77 | 0 | 0.63 | 0.25 | 131.02 | 0.63 | 0.46 |
| Hex | 2C | BF | 47 | 4D | 0 | 3F | 19 | 83 | 3F | 2E |
| Octal | 54 | 277 | 107 | 115 | 0 | 77 | 31 | 203 | 77 | 56 |
| Binary | 101100 | 10111111 | 1000111 | 1001101 | 0 | 111111 | 11001 | 10000011 | 111111 | 101110 |
Color Harmonies of #2CBF47
Complementary color
Monochromatic Colors of #2CBF47
Black with #2CBF47
Text Example
Text Example
White with #2CBF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBF47; }
p { color: rgb(44,191,71); }
H1.HeaderClassName
{
color: #2CBF47;
}
.AnyTagClassName
{
color: #2CBF47;
}
</style>
background-color css
<style>
a { background-color: #2CBF47; }
a { background-color: rgb(44,191,71); }
div.DivClassName
{
background-color: #2CBF47;
}
.BgClassName
{
background-color: #2CBF47;
}
</style>
border-color css
<style>
span { border-color: #2CBF47; }
span { border-color: rgb(44,191,71); }
td.TdClassName
{
border-color: #2CBF47;
}
.TagClassName
{
border-color: #2CBF47;
}
</style>