Shades of Lime Green #2DD324
Tints of Lime Green #2DD324
RGB
CMYK
RGB Variations
Color information
#2DD324 (or 0x2DD324) is known color: Lime Green. HEX triplet: 2D, D3 and 24. RGB value is (45,211,36). Sum of RGB (Red+Green+Blue) = 45+211+36=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 211 (82.81% from 255 or 72.26% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 211 - color contains mainly: green. Hex color #2DD324 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD324 is #D22CDB. Grayscale: #8D8D8D. Windows color (decimal): -13774044 or 2413357. OLE color: 2413357.
HSL color Cylindrical-coordinate representation of color #2DD324: hue angle of 116.91º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DD324 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 45 | 211 | 36 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.17 |
| HSL | 116.91º | 0.71% | 0.48% | - |
| HSV(B) | 116.91º | 0.83% | 0.83% | - |
| XYZ | 24.69 | 47.27 | 9.49 | - |
| YUV | 141.42 | 68.5 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 211 | 36 | 0.79 | 0 | 0.83 | 0.17 | 116.91 | 0.71 | 0.48 |
| Hex | 2D | D3 | 24 | 4F | 0 | 53 | 11 | 75 | 47 | 30 |
| Octal | 55 | 323 | 44 | 117 | 0 | 123 | 21 | 165 | 107 | 60 |
| Binary | 101101 | 11010011 | 100100 | 1001111 | 0 | 1010011 | 10001 | 1110101 | 1000111 | 110000 |
Color Harmonies of #2DD324
Complementary color
Monochromatic Colors of #2DD324
Black with #2DD324
Text Example
Text Example
White with #2DD324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD324; }
p { color: rgb(45,211,36); }
H1.HeaderClassName
{
color: #2DD324;
}
.AnyTagClassName
{
color: #2DD324;
}
</style>
background-color css
<style>
a { background-color: #2DD324; }
a { background-color: rgb(45,211,36); }
div.DivClassName
{
background-color: #2DD324;
}
.BgClassName
{
background-color: #2DD324;
}
</style>
border-color css
<style>
span { border-color: #2DD324; }
span { border-color: rgb(45,211,36); }
td.TdClassName
{
border-color: #2DD324;
}
.TagClassName
{
border-color: #2DD324;
}
</style>