Shades of Lime Green #2CC91A
Tints of Lime Green #2CC91A
RGB
CMYK
RGB Variations
Color information
#2CC91A (or 0x2CC91A) is known color: Lime Green. HEX triplet: 2C, C9 and 1A. RGB value is (44,201,26). Sum of RGB (Red+Green+Blue) = 44+201+26=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 201 (78.91% from 255 or 74.17% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 201 - color contains mainly: green. Hex color #2CC91A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC91A is #D336E5. Grayscale: #868686. Windows color (decimal): -13842150 or 1755436. OLE color: 1755436.
HSL color Cylindrical-coordinate representation of color #2CC91A: hue angle of 113.83º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2CC91A is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 201 | 26 | - |
| CMYK | 0.78 | 0 | 0.87 | 0.21 |
| HSL | 113.83º | 0.77% | 0.45% | - |
| HSV(B) | 113.83º | 0.87% | 0.79% | - |
| XYZ | 22.11 | 42.38 | 7.99 | - |
| YUV | 134.11 | 66.99 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 201 | 26 | 0.78 | 0 | 0.87 | 0.21 | 113.83 | 0.77 | 0.45 |
| Hex | 2C | C9 | 1A | 4E | 0 | 57 | 15 | 72 | 4D | 2D |
| Octal | 54 | 311 | 32 | 116 | 0 | 127 | 25 | 162 | 115 | 55 |
| Binary | 101100 | 11001001 | 11010 | 1001110 | 0 | 1010111 | 10101 | 1110010 | 1001101 | 101101 |
Color Harmonies of #2CC91A
Complementary color
Monochromatic Colors of #2CC91A
Black with #2CC91A
Text Example
Text Example
White with #2CC91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC91A; }
p { color: rgb(44,201,26); }
H1.HeaderClassName
{
color: #2CC91A;
}
.AnyTagClassName
{
color: #2CC91A;
}
</style>
background-color css
<style>
a { background-color: #2CC91A; }
a { background-color: rgb(44,201,26); }
div.DivClassName
{
background-color: #2CC91A;
}
.BgClassName
{
background-color: #2CC91A;
}
</style>
border-color css
<style>
span { border-color: #2CC91A; }
span { border-color: rgb(44,201,26); }
td.TdClassName
{
border-color: #2CC91A;
}
.TagClassName
{
border-color: #2CC91A;
}
</style>