Shades of Lime Green #2DCD13
Tints of Lime Green #2DCD13
RGB
CMYK
RGB Variations
Color information
#2DCD13 (or 0x2DCD13) is known color: Lime Green. HEX triplet: 2D, CD and 13. RGB value is (45,205,19). Sum of RGB (Red+Green+Blue) = 45+205+19=269 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.73% from 269); Green value is 205 (80.47% from 255 or 76.21% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 205 - color contains mainly: green. Hex color #2DCD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCD13 is #D232EC. Grayscale: #888888. Windows color (decimal): -13775597 or 1297709. OLE color: 1297709.
HSL color Cylindrical-coordinate representation of color #2DCD13: hue angle of 111.61º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DCD13 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 205 | 19 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.20 |
| HSL | 111.61º | 0.83% | 0.44% | - |
| HSV(B) | 111.61º | 0.91% | 0.8% | - |
| XYZ | 23.03 | 44.27 | 7.95 | - |
| YUV | 135.96 | 61.99 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 205 | 19 | 0.78 | 0 | 0.91 | 0.20 | 111.61 | 0.83 | 0.44 |
| Hex | 2D | CD | 13 | 4E | 0 | 5B | 14 | 70 | 53 | 2C |
| Octal | 55 | 315 | 23 | 116 | 0 | 133 | 24 | 160 | 123 | 54 |
| Binary | 101101 | 11001101 | 10011 | 1001110 | 0 | 1011011 | 10100 | 1110000 | 1010011 | 101100 |
Color Harmonies of #2DCD13
Complementary color
Monochromatic Colors of #2DCD13
Black with #2DCD13
Text Example
Text Example
White with #2DCD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCD13; }
p { color: rgb(45,205,19); }
H1.HeaderClassName
{
color: #2DCD13;
}
.AnyTagClassName
{
color: #2DCD13;
}
</style>
background-color css
<style>
a { background-color: #2DCD13; }
a { background-color: rgb(45,205,19); }
div.DivClassName
{
background-color: #2DCD13;
}
.BgClassName
{
background-color: #2DCD13;
}
</style>
border-color css
<style>
span { border-color: #2DCD13; }
span { border-color: rgb(45,205,19); }
td.TdClassName
{
border-color: #2DCD13;
}
.TagClassName
{
border-color: #2DCD13;
}
</style>