Shades of Lime Green #2AB421
Tints of Lime Green #2AB421
RGB
CMYK
RGB Variations
Color information
#2AB421 (or 0x2AB421) is known color: Lime Green. HEX triplet: 2A, B4 and 21. RGB value is (42,180,33). Sum of RGB (Red+Green+Blue) = 42+180+33=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 180 (70.70% from 255 or 70.59% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB421 is #D54BDE. Grayscale: #7A7A7A. Windows color (decimal): -13978591 or 2208810. OLE color: 2208810.
HSL color Cylindrical-coordinate representation of color #2AB421: hue angle of 116.33º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AB421 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 180 | 33 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.29 |
| HSL | 116.33º | 0.69% | 0.42% | - |
| HSV(B) | 116.33º | 0.82% | 0.71% | - |
| XYZ | 17.55 | 33.24 | 6.93 | - |
| YUV | 121.98 | 77.78 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 180 | 33 | 0.77 | 0 | 0.82 | 0.29 | 116.33 | 0.69 | 0.42 |
| Hex | 2A | B4 | 21 | 4D | 0 | 52 | 1D | 74 | 45 | 2A |
| Octal | 52 | 264 | 41 | 115 | 0 | 122 | 35 | 164 | 105 | 52 |
| Binary | 101010 | 10110100 | 100001 | 1001101 | 0 | 1010010 | 11101 | 1110100 | 1000101 | 101010 |
Color Harmonies of #2AB421
Complementary color
Monochromatic Colors of #2AB421
Black with #2AB421
Text Example
Text Example
White with #2AB421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB421; }
p { color: rgb(42,180,33); }
H1.HeaderClassName
{
color: #2AB421;
}
.AnyTagClassName
{
color: #2AB421;
}
</style>
background-color css
<style>
a { background-color: #2AB421; }
a { background-color: rgb(42,180,33); }
div.DivClassName
{
background-color: #2AB421;
}
.BgClassName
{
background-color: #2AB421;
}
</style>
border-color css
<style>
span { border-color: #2AB421; }
span { border-color: rgb(42,180,33); }
td.TdClassName
{
border-color: #2AB421;
}
.TagClassName
{
border-color: #2AB421;
}
</style>