Shades of Lime Green #2DCD14
Tints of Lime Green #2DCD14
RGB
CMYK
RGB Variations
Color information
#2DCD14 (or 0x2DCD14) is known color: Lime Green. HEX triplet: 2D, CD and 14. RGB value is (45,205,20). Sum of RGB (Red+Green+Blue) = 45+205+20=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 205 (80.47% from 255 or 75.93% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 205 - color contains mainly: green. Hex color #2DCD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCD14 is #D232EB. Grayscale: #888888. Windows color (decimal): -13775596 or 1363245. OLE color: 1363245.
HSL color Cylindrical-coordinate representation of color #2DCD14: hue angle of 111.89º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DCD14 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 205 | 20 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.20 |
| HSL | 111.89º | 0.82% | 0.44% | - |
| HSV(B) | 111.89º | 0.9% | 0.8% | - |
| XYZ | 23.04 | 44.27 | 7.99 | - |
| YUV | 136.07 | 62.49 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 205 | 20 | 0.78 | 0 | 0.90 | 0.20 | 111.89 | 0.82 | 0.44 |
| Hex | 2D | CD | 14 | 4E | 0 | 5A | 14 | 70 | 52 | 2C |
| Octal | 55 | 315 | 24 | 116 | 0 | 132 | 24 | 160 | 122 | 54 |
| Binary | 101101 | 11001101 | 10100 | 1001110 | 0 | 1011010 | 10100 | 1110000 | 1010010 | 101100 |
Color Harmonies of #2DCD14
Complementary color
Monochromatic Colors of #2DCD14
Black with #2DCD14
Text Example
Text Example
White with #2DCD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCD14; }
p { color: rgb(45,205,20); }
H1.HeaderClassName
{
color: #2DCD14;
}
.AnyTagClassName
{
color: #2DCD14;
}
</style>
background-color css
<style>
a { background-color: #2DCD14; }
a { background-color: rgb(45,205,20); }
div.DivClassName
{
background-color: #2DCD14;
}
.BgClassName
{
background-color: #2DCD14;
}
</style>
border-color css
<style>
span { border-color: #2DCD14; }
span { border-color: rgb(45,205,20); }
td.TdClassName
{
border-color: #2DCD14;
}
.TagClassName
{
border-color: #2DCD14;
}
</style>