Shades of Lime Green #2CB71D
Tints of Lime Green #2CB71D
RGB
CMYK
RGB Variations
Color information
#2CB71D (or 0x2CB71D) is known color: Lime Green. HEX triplet: 2C, B7 and 1D. RGB value is (44,183,29). Sum of RGB (Red+Green+Blue) = 44+183+29=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 183 (71.88% from 255 or 71.48% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB71D is #D348E2. Grayscale: #7C7C7C. Windows color (decimal): -13846755 or 1947436. OLE color: 1947436.
HSL color Cylindrical-coordinate representation of color #2CB71D: hue angle of 114.16º degrees, saturation: 0.73, 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 #2CB71D is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 29 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.28 |
| HSL | 114.16º | 0.73% | 0.42% | - |
| HSV(B) | 114.16º | 0.84% | 0.72% | - |
| XYZ | 18.19 | 34.49 | 6.86 | - |
| YUV | 123.88 | 74.45 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 29 | 0.76 | 0 | 0.84 | 0.28 | 114.16 | 0.73 | 0.42 |
| Hex | 2C | B7 | 1D | 4C | 0 | 54 | 1C | 72 | 49 | 2A |
| Octal | 54 | 267 | 35 | 114 | 0 | 124 | 34 | 162 | 111 | 52 |
| Binary | 101100 | 10110111 | 11101 | 1001100 | 0 | 1010100 | 11100 | 1110010 | 1001001 | 101010 |
Color Harmonies of #2CB71D
Complementary color
Monochromatic Colors of #2CB71D
Black with #2CB71D
Text Example
Text Example
White with #2CB71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB71D; }
p { color: rgb(44,183,29); }
H1.HeaderClassName
{
color: #2CB71D;
}
.AnyTagClassName
{
color: #2CB71D;
}
</style>
background-color css
<style>
a { background-color: #2CB71D; }
a { background-color: rgb(44,183,29); }
div.DivClassName
{
background-color: #2CB71D;
}
.BgClassName
{
background-color: #2CB71D;
}
</style>
border-color css
<style>
span { border-color: #2CB71D; }
span { border-color: rgb(44,183,29); }
td.TdClassName
{
border-color: #2CB71D;
}
.TagClassName
{
border-color: #2CB71D;
}
</style>