Shades of Lime Green #2CB71E
Tints of Lime Green #2CB71E
RGB
CMYK
RGB Variations
Color information
#2CB71E (or 0x2CB71E) is known color: Lime Green. HEX triplet: 2C, B7 and 1E. RGB value is (44,183,30). Sum of RGB (Red+Green+Blue) = 44+183+30=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 183 (71.88% from 255 or 71.21% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB71E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB71E is #D348E1. Grayscale: #7C7C7C. Windows color (decimal): -13846754 or 2012972. OLE color: 2012972.
HSL color Cylindrical-coordinate representation of color #2CB71E: hue angle of 114.51º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CB71E is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 30 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.28 |
| HSL | 114.51º | 0.72% | 0.42% | - |
| HSV(B) | 114.51º | 0.84% | 0.72% | - |
| XYZ | 18.21 | 34.5 | 6.93 | - |
| YUV | 124 | 74.95 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 30 | 0.76 | 0 | 0.84 | 0.28 | 114.51 | 0.72 | 0.42 |
| Hex | 2C | B7 | 1E | 4C | 0 | 54 | 1C | 73 | 48 | 2A |
| Octal | 54 | 267 | 36 | 114 | 0 | 124 | 34 | 163 | 110 | 52 |
| Binary | 101100 | 10110111 | 11110 | 1001100 | 0 | 1010100 | 11100 | 1110011 | 1001000 | 101010 |
Color Harmonies of #2CB71E
Complementary color
Monochromatic Colors of #2CB71E
Black with #2CB71E
Text Example
Text Example
White with #2CB71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB71E; }
p { color: rgb(44,183,30); }
H1.HeaderClassName
{
color: #2CB71E;
}
.AnyTagClassName
{
color: #2CB71E;
}
</style>
background-color css
<style>
a { background-color: #2CB71E; }
a { background-color: rgb(44,183,30); }
div.DivClassName
{
background-color: #2CB71E;
}
.BgClassName
{
background-color: #2CB71E;
}
</style>
border-color css
<style>
span { border-color: #2CB71E; }
span { border-color: rgb(44,183,30); }
td.TdClassName
{
border-color: #2CB71E;
}
.TagClassName
{
border-color: #2CB71E;
}
</style>