Shades of Lime Green #2DD924
Tints of Lime Green #2DD924
RGB
CMYK
RGB Variations
Color information
#2DD924 (or 0x2DD924) is known color: Lime Green. HEX triplet: 2D, D9 and 24. RGB value is (45,217,36). Sum of RGB (Red+Green+Blue) = 45+217+36=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 217 (85.16% from 255 or 72.82% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 217 - color contains mainly: green. Hex color #2DD924 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD924 is #D226DB. Grayscale: #919191. Windows color (decimal): -13772508 or 2414893. OLE color: 2414893.
HSL color Cylindrical-coordinate representation of color #2DD924: hue angle of 117.02º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DD924 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 217 | 36 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.15 |
| HSL | 117.02º | 0.72% | 0.5% | - |
| HSV(B) | 117.02º | 0.83% | 0.85% | - |
| XYZ | 26.21 | 50.31 | 10 | - |
| YUV | 144.94 | 66.52 | 56.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 217 | 36 | 0.79 | 0 | 0.83 | 0.15 | 117.02 | 0.72 | 0.5 |
| Hex | 2D | D9 | 24 | 4F | 0 | 53 | F | 75 | 48 | 32 |
| Octal | 55 | 331 | 44 | 117 | 0 | 123 | 17 | 165 | 110 | 62 |
| Binary | 101101 | 11011001 | 100100 | 1001111 | 0 | 1010011 | 1111 | 1110101 | 1001000 | 110010 |
Color Harmonies of #2DD924
Complementary color
Monochromatic Colors of #2DD924
Black with #2DD924
Text Example
Text Example
White with #2DD924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD924; }
p { color: rgb(45,217,36); }
H1.HeaderClassName
{
color: #2DD924;
}
.AnyTagClassName
{
color: #2DD924;
}
</style>
background-color css
<style>
a { background-color: #2DD924; }
a { background-color: rgb(45,217,36); }
div.DivClassName
{
background-color: #2DD924;
}
.BgClassName
{
background-color: #2DD924;
}
</style>
border-color css
<style>
span { border-color: #2DD924; }
span { border-color: rgb(45,217,36); }
td.TdClassName
{
border-color: #2DD924;
}
.TagClassName
{
border-color: #2DD924;
}
</style>