Shades of Lime Green #2CC61D
Tints of Lime Green #2CC61D
RGB
CMYK
RGB Variations
Color information
#2CC61D (or 0x2CC61D) is known color: Lime Green. HEX triplet: 2C, C6 and 1D. RGB value is (44,198,29). Sum of RGB (Red+Green+Blue) = 44+198+29=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 198 (77.73% from 255 or 73.06% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 198 - color contains mainly: green. Hex color #2CC61D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC61D is #D339E2. Grayscale: #858585. Windows color (decimal): -13842915 or 1951276. OLE color: 1951276.
HSL color Cylindrical-coordinate representation of color #2CC61D: hue angle of 114.67º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2CC61D is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 198 | 29 | - |
| CMYK | 0.78 | 0 | 0.85 | 0.22 |
| HSL | 114.67º | 0.74% | 0.45% | - |
| HSV(B) | 114.67º | 0.85% | 0.78% | - |
| XYZ | 21.45 | 41.01 | 7.95 | - |
| YUV | 132.69 | 69.48 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 198 | 29 | 0.78 | 0 | 0.85 | 0.22 | 114.67 | 0.74 | 0.45 |
| Hex | 2C | C6 | 1D | 4E | 0 | 55 | 16 | 73 | 4A | 2D |
| Octal | 54 | 306 | 35 | 116 | 0 | 125 | 26 | 163 | 112 | 55 |
| Binary | 101100 | 11000110 | 11101 | 1001110 | 0 | 1010101 | 10110 | 1110011 | 1001010 | 101101 |
Color Harmonies of #2CC61D
Complementary color
Monochromatic Colors of #2CC61D
Black with #2CC61D
Text Example
Text Example
White with #2CC61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC61D; }
p { color: rgb(44,198,29); }
H1.HeaderClassName
{
color: #2CC61D;
}
.AnyTagClassName
{
color: #2CC61D;
}
</style>
background-color css
<style>
a { background-color: #2CC61D; }
a { background-color: rgb(44,198,29); }
div.DivClassName
{
background-color: #2CC61D;
}
.BgClassName
{
background-color: #2CC61D;
}
</style>
border-color css
<style>
span { border-color: #2CC61D; }
span { border-color: rgb(44,198,29); }
td.TdClassName
{
border-color: #2CC61D;
}
.TagClassName
{
border-color: #2CC61D;
}
</style>