Shades of Lime Green #2AD520
Tints of Lime Green #2AD520
RGB
CMYK
RGB Variations
Color information
#2AD520 (or 0x2AD520) is known color: Lime Green. HEX triplet: 2A, D5 and 20. RGB value is (42,213,32). Sum of RGB (Red+Green+Blue) = 42+213+32=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 213 (83.59% from 255 or 74.22% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD520 is #D52ADF. Grayscale: #8D8D8D. Windows color (decimal): -13970144 or 2151722. OLE color: 2151722.
HSL color Cylindrical-coordinate representation of color #2AD520: hue angle of 116.69º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2AD520 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 32 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.16 |
| HSL | 116.69º | 0.74% | 0.48% | - |
| HSV(B) | 116.69º | 0.85% | 0.84% | - |
| XYZ | 25.01 | 48.19 | 9.35 | - |
| YUV | 141.24 | 66.35 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 32 | 0.80 | 0 | 0.85 | 0.16 | 116.69 | 0.74 | 0.48 |
| Hex | 2A | D5 | 20 | 50 | 0 | 55 | 10 | 75 | 4A | 30 |
| Octal | 52 | 325 | 40 | 120 | 0 | 125 | 20 | 165 | 112 | 60 |
| Binary | 101010 | 11010101 | 100000 | 1010000 | 0 | 1010101 | 10000 | 1110101 | 1001010 | 110000 |
Color Harmonies of #2AD520
Complementary color
Monochromatic Colors of #2AD520
Black with #2AD520
Text Example
Text Example
White with #2AD520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD520; }
p { color: rgb(42,213,32); }
H1.HeaderClassName
{
color: #2AD520;
}
.AnyTagClassName
{
color: #2AD520;
}
</style>
background-color css
<style>
a { background-color: #2AD520; }
a { background-color: rgb(42,213,32); }
div.DivClassName
{
background-color: #2AD520;
}
.BgClassName
{
background-color: #2AD520;
}
</style>
border-color css
<style>
span { border-color: #2AD520; }
span { border-color: rgb(42,213,32); }
td.TdClassName
{
border-color: #2AD520;
}
.TagClassName
{
border-color: #2AD520;
}
</style>