Shades of Lime Green #2AD819
Tints of Lime Green #2AD819
RGB
CMYK
RGB Variations
Color information
#2AD819 (or 0x2AD819) is known color: Lime Green. HEX triplet: 2A, D8 and 19. RGB value is (42,216,25). Sum of RGB (Red+Green+Blue) = 42+216+25=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 216 (84.77% from 255 or 76.33% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD819 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD819 is #D527E6. Grayscale: #8E8E8E. Windows color (decimal): -13969383 or 1693738. OLE color: 1693738.
HSL color Cylindrical-coordinate representation of color #2AD819: hue angle of 114.66º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2AD819 is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 25 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.15 |
| HSL | 114.66º | 0.79% | 0.47% | - |
| HSV(B) | 114.66º | 0.88% | 0.85% | - |
| XYZ | 25.69 | 49.67 | 9.15 | - |
| YUV | 142.2 | 61.85 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 25 | 0.81 | 0 | 0.88 | 0.15 | 114.66 | 0.79 | 0.47 |
| Hex | 2A | D8 | 19 | 51 | 0 | 58 | F | 73 | 4F | 2F |
| Octal | 52 | 330 | 31 | 121 | 0 | 130 | 17 | 163 | 117 | 57 |
| Binary | 101010 | 11011000 | 11001 | 1010001 | 0 | 1011000 | 1111 | 1110011 | 1001111 | 101111 |
Color Harmonies of #2AD819
Complementary color
Monochromatic Colors of #2AD819
Black with #2AD819
Text Example
Text Example
White with #2AD819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD819; }
p { color: rgb(42,216,25); }
H1.HeaderClassName
{
color: #2AD819;
}
.AnyTagClassName
{
color: #2AD819;
}
</style>
background-color css
<style>
a { background-color: #2AD819; }
a { background-color: rgb(42,216,25); }
div.DivClassName
{
background-color: #2AD819;
}
.BgClassName
{
background-color: #2AD819;
}
</style>
border-color css
<style>
span { border-color: #2AD819; }
span { border-color: rgb(42,216,25); }
td.TdClassName
{
border-color: #2AD819;
}
.TagClassName
{
border-color: #2AD819;
}
</style>