Shades of Lime Green #2DCC24
Tints of Lime Green #2DCC24
RGB
CMYK
RGB Variations
Color information
#2DCC24 (or 0x2DCC24) is known color: Lime Green. HEX triplet: 2D, CC and 24. RGB value is (45,204,36). Sum of RGB (Red+Green+Blue) = 45+204+36=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 204 (80.08% from 255 or 71.58% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 204 - color contains mainly: green. Hex color #2DCC24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCC24 is #D233DB. Grayscale: #898989. Windows color (decimal): -13775836 or 2411565. OLE color: 2411565.
HSL color Cylindrical-coordinate representation of color #2DCC24: hue angle of 116.79º 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 #2DCC24 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 45 | 204 | 36 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.2 |
| HSL | 116.79º | 0.7% | 0.47% | - |
| HSV(B) | 116.79º | 0.82% | 0.8% | - |
| XYZ | 22.99 | 43.87 | 8.93 | - |
| YUV | 137.31 | 70.82 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 204 | 36 | 0.78 | 0 | 0.82 | 0.2 | 116.79 | 0.7 | 0.47 |
| Hex | 2D | CC | 24 | 4E | 0 | 52 | 14 | 75 | 46 | 2F |
| Octal | 55 | 314 | 44 | 116 | 0 | 122 | 24 | 165 | 106 | 57 |
| Binary | 101101 | 11001100 | 100100 | 1001110 | 0 | 1010010 | 10100 | 1110101 | 1000110 | 101111 |
Color Harmonies of #2DCC24
Complementary color
Monochromatic Colors of #2DCC24
Black with #2DCC24
Text Example
Text Example
White with #2DCC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCC24; }
p { color: rgb(45,204,36); }
H1.HeaderClassName
{
color: #2DCC24;
}
.AnyTagClassName
{
color: #2DCC24;
}
</style>
background-color css
<style>
a { background-color: #2DCC24; }
a { background-color: rgb(45,204,36); }
div.DivClassName
{
background-color: #2DCC24;
}
.BgClassName
{
background-color: #2DCC24;
}
</style>
border-color css
<style>
span { border-color: #2DCC24; }
span { border-color: rgb(45,204,36); }
td.TdClassName
{
border-color: #2DCC24;
}
.TagClassName
{
border-color: #2DCC24;
}
</style>