Shades of Lime Green #2DCC1D
Tints of Lime Green #2DCC1D
RGB
CMYK
RGB Variations
Color information
#2DCC1D (or 0x2DCC1D) is known color: Lime Green. HEX triplet: 2D, CC and 1D. RGB value is (45,204,29). Sum of RGB (Red+Green+Blue) = 45+204+29=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 204 (80.08% from 255 or 73.38% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 204 - color contains mainly: green. Hex color #2DCC1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCC1D is #D233E2. Grayscale: #898989. Windows color (decimal): -13775843 or 1952813. OLE color: 1952813.
HSL color Cylindrical-coordinate representation of color #2DCC1D: hue angle of 114.51º 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 #2DCC1D is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 45 | 204 | 29 | - |
| CMYK | 0.78 | 0 | 0.86 | 0.2 |
| HSL | 114.51º | 0.75% | 0.46% | - |
| HSV(B) | 114.51º | 0.86% | 0.8% | - |
| XYZ | 22.9 | 43.83 | 8.42 | - |
| YUV | 136.51 | 67.32 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 204 | 29 | 0.78 | 0 | 0.86 | 0.2 | 114.51 | 0.75 | 0.46 |
| Hex | 2D | CC | 1D | 4E | 0 | 56 | 14 | 73 | 4B | 2E |
| Octal | 55 | 314 | 35 | 116 | 0 | 126 | 24 | 163 | 113 | 56 |
| Binary | 101101 | 11001100 | 11101 | 1001110 | 0 | 1010110 | 10100 | 1110011 | 1001011 | 101110 |
Color Harmonies of #2DCC1D
Complementary color
Monochromatic Colors of #2DCC1D
Black with #2DCC1D
Text Example
Text Example
White with #2DCC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCC1D; }
p { color: rgb(45,204,29); }
H1.HeaderClassName
{
color: #2DCC1D;
}
.AnyTagClassName
{
color: #2DCC1D;
}
</style>
background-color css
<style>
a { background-color: #2DCC1D; }
a { background-color: rgb(45,204,29); }
div.DivClassName
{
background-color: #2DCC1D;
}
.BgClassName
{
background-color: #2DCC1D;
}
</style>
border-color css
<style>
span { border-color: #2DCC1D; }
span { border-color: rgb(45,204,29); }
td.TdClassName
{
border-color: #2DCC1D;
}
.TagClassName
{
border-color: #2DCC1D;
}
</style>