Shades of Lime Green #2AD521
Tints of Lime Green #2AD521
RGB
CMYK
RGB Variations
Color information
#2AD521 (or 0x2AD521) is known color: Lime Green. HEX triplet: 2A, D5 and 21. RGB value is (42,213,33). Sum of RGB (Red+Green+Blue) = 42+213+33=288 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.58% from 288); Green value is 213 (83.59% from 255 or 73.96% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD521 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD521 is #D52ADE. Grayscale: #8D8D8D. Windows color (decimal): -13970143 or 2217258. OLE color: 2217258.
HSL color Cylindrical-coordinate representation of color #2AD521: hue angle of 117º degrees, saturation: 0.73, 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 #2AD521 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 33 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.16 |
| HSL | 117º | 0.73% | 0.48% | - |
| HSV(B) | 117º | 0.85% | 0.84% | - |
| XYZ | 25.02 | 48.19 | 9.42 | - |
| YUV | 141.35 | 66.85 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 33 | 0.80 | 0 | 0.85 | 0.16 | 117 | 0.73 | 0.48 |
| Hex | 2A | D5 | 21 | 50 | 0 | 55 | 10 | 75 | 49 | 30 |
| Octal | 52 | 325 | 41 | 120 | 0 | 125 | 20 | 165 | 111 | 60 |
| Binary | 101010 | 11010101 | 100001 | 1010000 | 0 | 1010101 | 10000 | 1110101 | 1001001 | 110000 |
Color Harmonies of #2AD521
Complementary color
Monochromatic Colors of #2AD521
Black with #2AD521
Text Example
Text Example
White with #2AD521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD521; }
p { color: rgb(42,213,33); }
H1.HeaderClassName
{
color: #2AD521;
}
.AnyTagClassName
{
color: #2AD521;
}
</style>
background-color css
<style>
a { background-color: #2AD521; }
a { background-color: rgb(42,213,33); }
div.DivClassName
{
background-color: #2AD521;
}
.BgClassName
{
background-color: #2AD521;
}
</style>
border-color css
<style>
span { border-color: #2AD521; }
span { border-color: rgb(42,213,33); }
td.TdClassName
{
border-color: #2AD521;
}
.TagClassName
{
border-color: #2AD521;
}
</style>