Shades of Lime Green #2AD209
Tints of Lime Green #2AD209
RGB
CMYK
RGB Variations
Color information
#2AD209 (or 0x2AD209) is known color: Lime Green. HEX triplet: 2A, D2 and 09. RGB value is (42,210,9). Sum of RGB (Red+Green+Blue) = 42+210+9=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 210 (82.42% from 255 or 80.46% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD209 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD209 is #D52DF6. Grayscale: #898989. Windows color (decimal): -13970935 or 643626. OLE color: 643626.
HSL color Cylindrical-coordinate representation of color #2AD209: hue angle of 110.15º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AD209 is Cyan = 0.8, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 9 | - |
| CMYK | 0.8 | 0 | 0.96 | 0.18 |
| HSL | 110.15º | 0.92% | 0.43% | - |
| HSV(B) | 110.15º | 0.96% | 0.82% | - |
| XYZ | 24.05 | 46.61 | 7.99 | - |
| YUV | 136.85 | 55.84 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 9 | 0.8 | 0 | 0.96 | 0.18 | 110.15 | 0.92 | 0.43 |
| Hex | 2A | D2 | 9 | 50 | 0 | 60 | 12 | 6E | 5C | 2B |
| Octal | 52 | 322 | 11 | 120 | 0 | 140 | 22 | 156 | 134 | 53 |
| Binary | 101010 | 11010010 | 1001 | 1010000 | 0 | 1100000 | 10010 | 1101110 | 1011100 | 101011 |
Color Harmonies of #2AD209
Complementary color
Monochromatic Colors of #2AD209
Black with #2AD209
Text Example
Text Example
White with #2AD209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD209; }
p { color: rgb(42,210,9); }
H1.HeaderClassName
{
color: #2AD209;
}
.AnyTagClassName
{
color: #2AD209;
}
</style>
background-color css
<style>
a { background-color: #2AD209; }
a { background-color: rgb(42,210,9); }
div.DivClassName
{
background-color: #2AD209;
}
.BgClassName
{
background-color: #2AD209;
}
</style>
border-color css
<style>
span { border-color: #2AD209; }
span { border-color: rgb(42,210,9); }
td.TdClassName
{
border-color: #2AD209;
}
.TagClassName
{
border-color: #2AD209;
}
</style>