Shades of Lime Green #2AB721
Tints of Lime Green #2AB721
RGB
CMYK
RGB Variations
Color information
#2AB721 (or 0x2AB721) is known color: Lime Green. HEX triplet: 2A, B7 and 21. RGB value is (42,183,33). Sum of RGB (Red+Green+Blue) = 42+183+33=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 183 (71.88% from 255 or 70.93% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB721 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB721 is #D548DE. Grayscale: #7C7C7C. Windows color (decimal): -13977823 or 2209578. OLE color: 2209578.
HSL color Cylindrical-coordinate representation of color #2AB721: hue angle of 116.4º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AB721 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 183 | 33 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.28 |
| HSL | 116.4º | 0.69% | 0.42% | - |
| HSV(B) | 116.4º | 0.82% | 0.72% | - |
| XYZ | 18.16 | 34.47 | 7.13 | - |
| YUV | 123.74 | 76.79 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 33 | 0.77 | 0 | 0.82 | 0.28 | 116.4 | 0.69 | 0.42 |
| Hex | 2A | B7 | 21 | 4D | 0 | 52 | 1C | 74 | 45 | 2A |
| Octal | 52 | 267 | 41 | 115 | 0 | 122 | 34 | 164 | 105 | 52 |
| Binary | 101010 | 10110111 | 100001 | 1001101 | 0 | 1010010 | 11100 | 1110100 | 1000101 | 101010 |
Color Harmonies of #2AB721
Complementary color
Monochromatic Colors of #2AB721
Black with #2AB721
Text Example
Text Example
White with #2AB721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB721; }
p { color: rgb(42,183,33); }
H1.HeaderClassName
{
color: #2AB721;
}
.AnyTagClassName
{
color: #2AB721;
}
</style>
background-color css
<style>
a { background-color: #2AB721; }
a { background-color: rgb(42,183,33); }
div.DivClassName
{
background-color: #2AB721;
}
.BgClassName
{
background-color: #2AB721;
}
</style>
border-color css
<style>
span { border-color: #2AB721; }
span { border-color: rgb(42,183,33); }
td.TdClassName
{
border-color: #2AB721;
}
.TagClassName
{
border-color: #2AB721;
}
</style>