Shades of Lime Green #2DCD24
Tints of Lime Green #2DCD24
RGB
CMYK
RGB Variations
Color information
#2DCD24 (or 0x2DCD24) is known color: Lime Green. HEX triplet: 2D, CD and 24. RGB value is (45,205,36). Sum of RGB (Red+Green+Blue) = 45+205+36=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 205 (80.47% from 255 or 71.68% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 205 - color contains mainly: green. Hex color #2DCD24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCD24 is #D232DB. Grayscale: #8A8A8A. Windows color (decimal): -13775580 or 2411821. OLE color: 2411821.
HSL color Cylindrical-coordinate representation of color #2DCD24: hue angle of 116.8º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DCD24 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 205 | 36 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.20 |
| HSL | 116.8º | 0.7% | 0.47% | - |
| HSV(B) | 116.8º | 0.82% | 0.8% | - |
| XYZ | 23.23 | 44.35 | 9 | - |
| YUV | 137.89 | 70.49 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 205 | 36 | 0.78 | 0 | 0.82 | 0.20 | 116.8 | 0.7 | 0.47 |
| Hex | 2D | CD | 24 | 4E | 0 | 52 | 14 | 75 | 46 | 2F |
| Octal | 55 | 315 | 44 | 116 | 0 | 122 | 24 | 165 | 106 | 57 |
| Binary | 101101 | 11001101 | 100100 | 1001110 | 0 | 1010010 | 10100 | 1110101 | 1000110 | 101111 |
Color Harmonies of #2DCD24
Complementary color
Monochromatic Colors of #2DCD24
Black with #2DCD24
Text Example
Text Example
White with #2DCD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCD24; }
p { color: rgb(45,205,36); }
H1.HeaderClassName
{
color: #2DCD24;
}
.AnyTagClassName
{
color: #2DCD24;
}
</style>
background-color css
<style>
a { background-color: #2DCD24; }
a { background-color: rgb(45,205,36); }
div.DivClassName
{
background-color: #2DCD24;
}
.BgClassName
{
background-color: #2DCD24;
}
</style>
border-color css
<style>
span { border-color: #2DCD24; }
span { border-color: rgb(45,205,36); }
td.TdClassName
{
border-color: #2DCD24;
}
.TagClassName
{
border-color: #2DCD24;
}
</style>