Shades of Lime Green #2CCC1D
Tints of Lime Green #2CCC1D
RGB
CMYK
RGB Variations
Color information
#2CCC1D (or 0x2CCC1D) is known color: Lime Green. HEX triplet: 2C, CC and 1D. RGB value is (44,204,29). Sum of RGB (Red+Green+Blue) = 44+204+29=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 204 (80.08% from 255 or 73.65% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCC1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCC1D is #D333E2. Grayscale: #888888. Windows color (decimal): -13841379 or 1952812. OLE color: 1952812.
HSL color Cylindrical-coordinate representation of color #2CCC1D: hue angle of 114.86º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CCC1D is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 204 | 29 | - |
| CMYK | 0.78 | 0 | 0.86 | 0.2 |
| HSL | 114.86º | 0.75% | 0.46% | - |
| HSV(B) | 114.86º | 0.86% | 0.8% | - |
| XYZ | 22.85 | 43.81 | 8.41 | - |
| YUV | 136.21 | 67.49 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 204 | 29 | 0.78 | 0 | 0.86 | 0.2 | 114.86 | 0.75 | 0.46 |
| Hex | 2C | CC | 1D | 4E | 0 | 56 | 14 | 73 | 4B | 2E |
| Octal | 54 | 314 | 35 | 116 | 0 | 126 | 24 | 163 | 113 | 56 |
| Binary | 101100 | 11001100 | 11101 | 1001110 | 0 | 1010110 | 10100 | 1110011 | 1001011 | 101110 |
Color Harmonies of #2CCC1D
Complementary color
Monochromatic Colors of #2CCC1D
Black with #2CCC1D
Text Example
Text Example
White with #2CCC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCC1D; }
p { color: rgb(44,204,29); }
H1.HeaderClassName
{
color: #2CCC1D;
}
.AnyTagClassName
{
color: #2CCC1D;
}
</style>
background-color css
<style>
a { background-color: #2CCC1D; }
a { background-color: rgb(44,204,29); }
div.DivClassName
{
background-color: #2CCC1D;
}
.BgClassName
{
background-color: #2CCC1D;
}
</style>
border-color css
<style>
span { border-color: #2CCC1D; }
span { border-color: rgb(44,204,29); }
td.TdClassName
{
border-color: #2CCC1D;
}
.TagClassName
{
border-color: #2CCC1D;
}
</style>