Shades of Lime Green #2AD221
Tints of Lime Green #2AD221
RGB
CMYK
RGB Variations
Color information
#2AD221 (or 0x2AD221) is known color: Lime Green. HEX triplet: 2A, D2 and 21. RGB value is (42,210,33). Sum of RGB (Red+Green+Blue) = 42+210+33=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 210 (82.42% from 255 or 73.68% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD221 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD221 is #D52DDE. Grayscale: #8C8C8C. Windows color (decimal): -13970911 or 2216490. OLE color: 2216490.
HSL color Cylindrical-coordinate representation of color #2AD221: hue angle of 116.95º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AD221 is Cyan = 0.8, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 33 | - |
| CMYK | 0.8 | 0 | 0.84 | 0.18 |
| HSL | 116.95º | 0.73% | 0.48% | - |
| HSV(B) | 116.95º | 0.84% | 0.82% | - |
| XYZ | 24.28 | 46.7 | 9.17 | - |
| YUV | 139.59 | 67.84 | 58.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 33 | 0.8 | 0 | 0.84 | 0.18 | 116.95 | 0.73 | 0.48 |
| Hex | 2A | D2 | 21 | 50 | 0 | 54 | 12 | 75 | 49 | 30 |
| Octal | 52 | 322 | 41 | 120 | 0 | 124 | 22 | 165 | 111 | 60 |
| Binary | 101010 | 11010010 | 100001 | 1010000 | 0 | 1010100 | 10010 | 1110101 | 1001001 | 110000 |
Color Harmonies of #2AD221
Complementary color
Monochromatic Colors of #2AD221
Black with #2AD221
Text Example
Text Example
White with #2AD221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD221; }
p { color: rgb(42,210,33); }
H1.HeaderClassName
{
color: #2AD221;
}
.AnyTagClassName
{
color: #2AD221;
}
</style>
background-color css
<style>
a { background-color: #2AD221; }
a { background-color: rgb(42,210,33); }
div.DivClassName
{
background-color: #2AD221;
}
.BgClassName
{
background-color: #2AD221;
}
</style>
border-color css
<style>
span { border-color: #2AD221; }
span { border-color: rgb(42,210,33); }
td.TdClassName
{
border-color: #2AD221;
}
.TagClassName
{
border-color: #2AD221;
}
</style>