Shades of Lime Green #2CC91D
Tints of Lime Green #2CC91D
RGB
CMYK
RGB Variations
Color information
#2CC91D (or 0x2CC91D) is known color: Lime Green. HEX triplet: 2C, C9 and 1D. RGB value is (44,201,29). Sum of RGB (Red+Green+Blue) = 44+201+29=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 201 (78.91% from 255 or 73.36% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 201 - color contains mainly: green. Hex color #2CC91D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC91D is #D336E2. Grayscale: #868686. Windows color (decimal): -13842147 or 1952044. OLE color: 1952044.
HSL color Cylindrical-coordinate representation of color #2CC91D: hue angle of 114.77º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CC91D is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 201 | 29 | - |
| CMYK | 0.78 | 0 | 0.86 | 0.21 |
| HSL | 114.77º | 0.75% | 0.45% | - |
| HSV(B) | 114.77º | 0.86% | 0.79% | - |
| XYZ | 22.15 | 42.4 | 8.18 | - |
| YUV | 134.45 | 68.49 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 201 | 29 | 0.78 | 0 | 0.86 | 0.21 | 114.77 | 0.75 | 0.45 |
| Hex | 2C | C9 | 1D | 4E | 0 | 56 | 15 | 73 | 4B | 2D |
| Octal | 54 | 311 | 35 | 116 | 0 | 126 | 25 | 163 | 113 | 55 |
| Binary | 101100 | 11001001 | 11101 | 1001110 | 0 | 1010110 | 10101 | 1110011 | 1001011 | 101101 |
Color Harmonies of #2CC91D
Complementary color
Monochromatic Colors of #2CC91D
Black with #2CC91D
Text Example
Text Example
White with #2CC91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC91D; }
p { color: rgb(44,201,29); }
H1.HeaderClassName
{
color: #2CC91D;
}
.AnyTagClassName
{
color: #2CC91D;
}
</style>
background-color css
<style>
a { background-color: #2CC91D; }
a { background-color: rgb(44,201,29); }
div.DivClassName
{
background-color: #2CC91D;
}
.BgClassName
{
background-color: #2CC91D;
}
</style>
border-color css
<style>
span { border-color: #2CC91D; }
span { border-color: rgb(44,201,29); }
td.TdClassName
{
border-color: #2CC91D;
}
.TagClassName
{
border-color: #2CC91D;
}
</style>