Shades of Lime Green #2AD508
Tints of Lime Green #2AD508
RGB
CMYK
RGB Variations
Color information
#2AD508 (or 0x2AD508) is known color: Lime Green. HEX triplet: 2A, D5 and 08. RGB value is (42,213,8). Sum of RGB (Red+Green+Blue) = 42+213+8=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 213 (83.59% from 255 or 80.99% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD508 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD508 is #D52AF7. Grayscale: #8B8B8B. Windows color (decimal): -13970168 or 578858. OLE color: 578858.
HSL color Cylindrical-coordinate representation of color #2AD508: hue angle of 110.05º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AD508 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 8 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.16 |
| HSL | 110.05º | 0.93% | 0.43% | - |
| HSV(B) | 110.05º | 0.96% | 0.84% | - |
| XYZ | 24.79 | 48.1 | 8.21 | - |
| YUV | 138.5 | 54.35 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 8 | 0.80 | 0 | 0.96 | 0.16 | 110.05 | 0.93 | 0.43 |
| Hex | 2A | D5 | 8 | 50 | 0 | 60 | 10 | 6E | 5D | 2B |
| Octal | 52 | 325 | 10 | 120 | 0 | 140 | 20 | 156 | 135 | 53 |
| Binary | 101010 | 11010101 | 1000 | 1010000 | 0 | 1100000 | 10000 | 1101110 | 1011101 | 101011 |
Color Harmonies of #2AD508
Complementary color
Monochromatic Colors of #2AD508
Black with #2AD508
Text Example
Text Example
White with #2AD508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD508; }
p { color: rgb(42,213,8); }
H1.HeaderClassName
{
color: #2AD508;
}
.AnyTagClassName
{
color: #2AD508;
}
</style>
background-color css
<style>
a { background-color: #2AD508; }
a { background-color: rgb(42,213,8); }
div.DivClassName
{
background-color: #2AD508;
}
.BgClassName
{
background-color: #2AD508;
}
</style>
border-color css
<style>
span { border-color: #2AD508; }
span { border-color: rgb(42,213,8); }
td.TdClassName
{
border-color: #2AD508;
}
.TagClassName
{
border-color: #2AD508;
}
</style>