Shades of Lime Green #2AD719
Tints of Lime Green #2AD719
RGB
CMYK
RGB Variations
Color information
#2AD719 (or 0x2AD719) is known color: Lime Green. HEX triplet: 2A, D7 and 19. RGB value is (42,215,25). Sum of RGB (Red+Green+Blue) = 42+215+25=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 215 (84.38% from 255 or 76.24% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD719 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD719 is #D528E6. Grayscale: #8E8E8E. Windows color (decimal): -13969639 or 1693482. OLE color: 1693482.
HSL color Cylindrical-coordinate representation of color #2AD719: hue angle of 114.63º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2AD719 is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 215 | 25 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.16 |
| HSL | 114.63º | 0.79% | 0.47% | - |
| HSV(B) | 114.63º | 0.88% | 0.84% | - |
| XYZ | 25.43 | 49.16 | 9.07 | - |
| YUV | 141.61 | 62.19 | 56.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 215 | 25 | 0.80 | 0 | 0.88 | 0.16 | 114.63 | 0.79 | 0.47 |
| Hex | 2A | D7 | 19 | 50 | 0 | 58 | 10 | 73 | 4F | 2F |
| Octal | 52 | 327 | 31 | 120 | 0 | 130 | 20 | 163 | 117 | 57 |
| Binary | 101010 | 11010111 | 11001 | 1010000 | 0 | 1011000 | 10000 | 1110011 | 1001111 | 101111 |
Color Harmonies of #2AD719
Complementary color
Monochromatic Colors of #2AD719
Black with #2AD719
Text Example
Text Example
White with #2AD719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD719; }
p { color: rgb(42,215,25); }
H1.HeaderClassName
{
color: #2AD719;
}
.AnyTagClassName
{
color: #2AD719;
}
</style>
background-color css
<style>
a { background-color: #2AD719; }
a { background-color: rgb(42,215,25); }
div.DivClassName
{
background-color: #2AD719;
}
.BgClassName
{
background-color: #2AD719;
}
</style>
border-color css
<style>
span { border-color: #2AD719; }
span { border-color: rgb(42,215,25); }
td.TdClassName
{
border-color: #2AD719;
}
.TagClassName
{
border-color: #2AD719;
}
</style>