Shades of Lime Green #2AB921
Tints of Lime Green #2AB921
RGB
CMYK
RGB Variations
Color information
#2AB921 (or 0x2AB921) is known color: Lime Green. HEX triplet: 2A, B9 and 21. RGB value is (42,185,33). Sum of RGB (Red+Green+Blue) = 42+185+33=260 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.15% from 260); Green value is 185 (72.66% from 255 or 71.15% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB921 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB921 is #D546DE. Grayscale: #7D7D7D. Windows color (decimal): -13977311 or 2210090. OLE color: 2210090.
HSL color Cylindrical-coordinate representation of color #2AB921: hue angle of 116.45º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AB921 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 185 | 33 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.27 |
| HSL | 116.45º | 0.7% | 0.43% | - |
| HSV(B) | 116.45º | 0.82% | 0.73% | - |
| XYZ | 18.58 | 35.3 | 7.27 | - |
| YUV | 124.92 | 76.12 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 185 | 33 | 0.77 | 0 | 0.82 | 0.27 | 116.45 | 0.7 | 0.43 |
| Hex | 2A | B9 | 21 | 4D | 0 | 52 | 1B | 74 | 46 | 2B |
| Octal | 52 | 271 | 41 | 115 | 0 | 122 | 33 | 164 | 106 | 53 |
| Binary | 101010 | 10111001 | 100001 | 1001101 | 0 | 1010010 | 11011 | 1110100 | 1000110 | 101011 |
Color Harmonies of #2AB921
Complementary color
Monochromatic Colors of #2AB921
Black with #2AB921
Text Example
Text Example
White with #2AB921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB921; }
p { color: rgb(42,185,33); }
H1.HeaderClassName
{
color: #2AB921;
}
.AnyTagClassName
{
color: #2AB921;
}
</style>
background-color css
<style>
a { background-color: #2AB921; }
a { background-color: rgb(42,185,33); }
div.DivClassName
{
background-color: #2AB921;
}
.BgClassName
{
background-color: #2AB921;
}
</style>
border-color css
<style>
span { border-color: #2AB921; }
span { border-color: rgb(42,185,33); }
td.TdClassName
{
border-color: #2AB921;
}
.TagClassName
{
border-color: #2AB921;
}
</style>