Shades of Lime Green #2AD619
Tints of Lime Green #2AD619
RGB
CMYK
RGB Variations
Color information
#2AD619 (or 0x2AD619) is known color: Lime Green. HEX triplet: 2A, D6 and 19. RGB value is (42,214,25). Sum of RGB (Red+Green+Blue) = 42+214+25=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 214 (83.98% from 255 or 76.16% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD619 is #D529E6. Grayscale: #8D8D8D. Windows color (decimal): -13969895 or 1693226. OLE color: 1693226.
HSL color Cylindrical-coordinate representation of color #2AD619: hue angle of 114.6º 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 #2AD619 is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 25 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.16 |
| HSL | 114.6º | 0.79% | 0.47% | - |
| HSV(B) | 114.6º | 0.88% | 0.84% | - |
| XYZ | 25.18 | 48.66 | 8.98 | - |
| YUV | 141.03 | 62.52 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 25 | 0.80 | 0 | 0.88 | 0.16 | 114.6 | 0.79 | 0.47 |
| Hex | 2A | D6 | 19 | 50 | 0 | 58 | 10 | 73 | 4F | 2F |
| Octal | 52 | 326 | 31 | 120 | 0 | 130 | 20 | 163 | 117 | 57 |
| Binary | 101010 | 11010110 | 11001 | 1010000 | 0 | 1011000 | 10000 | 1110011 | 1001111 | 101111 |
Color Harmonies of #2AD619
Complementary color
Monochromatic Colors of #2AD619
Black with #2AD619
Text Example
Text Example
White with #2AD619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD619; }
p { color: rgb(42,214,25); }
H1.HeaderClassName
{
color: #2AD619;
}
.AnyTagClassName
{
color: #2AD619;
}
</style>
background-color css
<style>
a { background-color: #2AD619; }
a { background-color: rgb(42,214,25); }
div.DivClassName
{
background-color: #2AD619;
}
.BgClassName
{
background-color: #2AD619;
}
</style>
border-color css
<style>
span { border-color: #2AD619; }
span { border-color: rgb(42,214,25); }
td.TdClassName
{
border-color: #2AD619;
}
.TagClassName
{
border-color: #2AD619;
}
</style>