Shades of Lime Green #2AD708
Tints of Lime Green #2AD708
RGB
CMYK
RGB Variations
Color information
#2AD708 (or 0x2AD708) is known color: Lime Green. HEX triplet: 2A, D7 and 08. RGB value is (42,215,8). Sum of RGB (Red+Green+Blue) = 42+215+8=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 215 (84.38% from 255 or 81.13% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD708 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD708 is #D528F7. Grayscale: #8C8C8C. Windows color (decimal): -13969656 or 579370. OLE color: 579370.
HSL color Cylindrical-coordinate representation of color #2AD708: hue angle of 110.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AD708 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 215 | 8 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.16 |
| HSL | 110.14º | 0.93% | 0.44% | - |
| HSV(B) | 110.14º | 0.96% | 0.84% | - |
| XYZ | 25.3 | 49.11 | 8.38 | - |
| YUV | 139.68 | 53.69 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 215 | 8 | 0.80 | 0 | 0.96 | 0.16 | 110.14 | 0.93 | 0.44 |
| Hex | 2A | D7 | 8 | 50 | 0 | 60 | 10 | 6E | 5D | 2C |
| Octal | 52 | 327 | 10 | 120 | 0 | 140 | 20 | 156 | 135 | 54 |
| Binary | 101010 | 11010111 | 1000 | 1010000 | 0 | 1100000 | 10000 | 1101110 | 1011101 | 101100 |
Color Harmonies of #2AD708
Complementary color
Monochromatic Colors of #2AD708
Black with #2AD708
Text Example
Text Example
White with #2AD708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD708; }
p { color: rgb(42,215,8); }
H1.HeaderClassName
{
color: #2AD708;
}
.AnyTagClassName
{
color: #2AD708;
}
</style>
background-color css
<style>
a { background-color: #2AD708; }
a { background-color: rgb(42,215,8); }
div.DivClassName
{
background-color: #2AD708;
}
.BgClassName
{
background-color: #2AD708;
}
</style>
border-color css
<style>
span { border-color: #2AD708; }
span { border-color: rgb(42,215,8); }
td.TdClassName
{
border-color: #2AD708;
}
.TagClassName
{
border-color: #2AD708;
}
</style>