Shades of Lime Green #2AD924
Tints of Lime Green #2AD924
RGB
CMYK
RGB Variations
Color information
#2AD924 (or 0x2AD924) is known color: Lime Green. HEX triplet: 2A, D9 and 24. RGB value is (42,217,36). Sum of RGB (Red+Green+Blue) = 42+217+36=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 217 (85.16% from 255 or 73.56% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD924 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD924 is #D526DB. Grayscale: #909090. Windows color (decimal): -13969116 or 2414890. OLE color: 2414890.
HSL color Cylindrical-coordinate representation of color #2AD924: hue angle of 118.01º 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 #2AD924 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 36 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.15 |
| HSL | 118.01º | 0.72% | 0.5% | - |
| HSV(B) | 118.01º | 0.83% | 0.85% | - |
| XYZ | 26.09 | 50.25 | 9.99 | - |
| YUV | 144.04 | 67.02 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 36 | 0.81 | 0 | 0.83 | 0.15 | 118.01 | 0.72 | 0.5 |
| Hex | 2A | D9 | 24 | 51 | 0 | 53 | F | 76 | 48 | 32 |
| Octal | 52 | 331 | 44 | 121 | 0 | 123 | 17 | 166 | 110 | 62 |
| Binary | 101010 | 11011001 | 100100 | 1010001 | 0 | 1010011 | 1111 | 1110110 | 1001000 | 110010 |
Color Harmonies of #2AD924
Complementary color
Monochromatic Colors of #2AD924
Black with #2AD924
Text Example
Text Example
White with #2AD924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD924; }
p { color: rgb(42,217,36); }
H1.HeaderClassName
{
color: #2AD924;
}
.AnyTagClassName
{
color: #2AD924;
}
</style>
background-color css
<style>
a { background-color: #2AD924; }
a { background-color: rgb(42,217,36); }
div.DivClassName
{
background-color: #2AD924;
}
.BgClassName
{
background-color: #2AD924;
}
</style>
border-color css
<style>
span { border-color: #2AD924; }
span { border-color: rgb(42,217,36); }
td.TdClassName
{
border-color: #2AD924;
}
.TagClassName
{
border-color: #2AD924;
}
</style>