Shades of Lime Green #2AD009
Tints of Lime Green #2AD009
RGB
CMYK
RGB Variations
Color information
#2AD009 (or 0x2AD009) is known color: Lime Green. HEX triplet: 2A, D0 and 09. RGB value is (42,208,9). Sum of RGB (Red+Green+Blue) = 42+208+9=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 208 (81.64% from 255 or 80.31% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD009 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD009 is #D52FF6. Grayscale: #888888. Windows color (decimal): -13971447 or 643114. OLE color: 643114.
HSL color Cylindrical-coordinate representation of color #2AD009: hue angle of 110.05º 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 #2AD009 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 9 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.18 |
| HSL | 110.05º | 0.92% | 0.43% | - |
| HSV(B) | 110.05º | 0.96% | 0.82% | - |
| XYZ | 23.56 | 45.62 | 7.82 | - |
| YUV | 135.68 | 56.5 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 9 | 0.80 | 0 | 0.96 | 0.18 | 110.05 | 0.92 | 0.43 |
| Hex | 2A | D0 | 9 | 50 | 0 | 60 | 12 | 6E | 5C | 2B |
| Octal | 52 | 320 | 11 | 120 | 0 | 140 | 22 | 156 | 134 | 53 |
| Binary | 101010 | 11010000 | 1001 | 1010000 | 0 | 1100000 | 10010 | 1101110 | 1011100 | 101011 |
Color Harmonies of #2AD009
Complementary color
Monochromatic Colors of #2AD009
Black with #2AD009
Text Example
Text Example
White with #2AD009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD009; }
p { color: rgb(42,208,9); }
H1.HeaderClassName
{
color: #2AD009;
}
.AnyTagClassName
{
color: #2AD009;
}
</style>
background-color css
<style>
a { background-color: #2AD009; }
a { background-color: rgb(42,208,9); }
div.DivClassName
{
background-color: #2AD009;
}
.BgClassName
{
background-color: #2AD009;
}
</style>
border-color css
<style>
span { border-color: #2AD009; }
span { border-color: rgb(42,208,9); }
td.TdClassName
{
border-color: #2AD009;
}
.TagClassName
{
border-color: #2AD009;
}
</style>