Shades of Lime Green #2AD019
Tints of Lime Green #2AD019
RGB
CMYK
RGB Variations
Color information
#2AD019 (or 0x2AD019) is known color: Lime Green. HEX triplet: 2A, D0 and 19. RGB value is (42,208,25). Sum of RGB (Red+Green+Blue) = 42+208+25=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 208 (81.64% from 255 or 75.64% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD019 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD019 is #D52FE6. Grayscale: #8A8A8A. Windows color (decimal): -13971431 or 1691690. OLE color: 1691690.
HSL color Cylindrical-coordinate representation of color #2AD019: hue angle of 114.43º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2AD019 is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 25 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.18 |
| HSL | 114.43º | 0.79% | 0.46% | - |
| HSV(B) | 114.43º | 0.88% | 0.82% | - |
| XYZ | 23.69 | 45.67 | 8.49 | - |
| YUV | 137.5 | 64.5 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 25 | 0.80 | 0 | 0.88 | 0.18 | 114.43 | 0.79 | 0.46 |
| Hex | 2A | D0 | 19 | 50 | 0 | 58 | 12 | 72 | 4F | 2E |
| Octal | 52 | 320 | 31 | 120 | 0 | 130 | 22 | 162 | 117 | 56 |
| Binary | 101010 | 11010000 | 11001 | 1010000 | 0 | 1011000 | 10010 | 1110010 | 1001111 | 101110 |
Color Harmonies of #2AD019
Complementary color
Monochromatic Colors of #2AD019
Black with #2AD019
Text Example
Text Example
White with #2AD019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD019; }
p { color: rgb(42,208,25); }
H1.HeaderClassName
{
color: #2AD019;
}
.AnyTagClassName
{
color: #2AD019;
}
</style>
background-color css
<style>
a { background-color: #2AD019; }
a { background-color: rgb(42,208,25); }
div.DivClassName
{
background-color: #2AD019;
}
.BgClassName
{
background-color: #2AD019;
}
</style>
border-color css
<style>
span { border-color: #2AD019; }
span { border-color: rgb(42,208,25); }
td.TdClassName
{
border-color: #2AD019;
}
.TagClassName
{
border-color: #2AD019;
}
</style>