Shades of Lime Green #2AB21A
Tints of Lime Green #2AB21A
RGB
CMYK
RGB Variations
Color information
#2AB21A (or 0x2AB21A) is known color: Lime Green. HEX triplet: 2A, B2 and 1A. RGB value is (42,178,26). Sum of RGB (Red+Green+Blue) = 42+178+26=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 178 (69.92% from 255 or 72.36% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB21A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB21A is #D54DE5. Grayscale: #787878. Windows color (decimal): -13979110 or 1749546. OLE color: 1749546.
HSL color Cylindrical-coordinate representation of color #2AB21A: hue angle of 113.68º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2AB21A is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 178 | 26 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.30 |
| HSL | 113.68º | 0.75% | 0.4% | - |
| HSV(B) | 113.68º | 0.85% | 0.7% | - |
| XYZ | 17.06 | 32.41 | 6.33 | - |
| YUV | 120.01 | 74.94 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 178 | 26 | 0.76 | 0 | 0.85 | 0.30 | 113.68 | 0.75 | 0.4 |
| Hex | 2A | B2 | 1A | 4C | 0 | 55 | 1E | 72 | 4B | 28 |
| Octal | 52 | 262 | 32 | 114 | 0 | 125 | 36 | 162 | 113 | 50 |
| Binary | 101010 | 10110010 | 11010 | 1001100 | 0 | 1010101 | 11110 | 1110010 | 1001011 | 101000 |
Color Harmonies of #2AB21A
Complementary color
Monochromatic Colors of #2AB21A
Black with #2AB21A
Text Example
Text Example
White with #2AB21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB21A; }
p { color: rgb(42,178,26); }
H1.HeaderClassName
{
color: #2AB21A;
}
.AnyTagClassName
{
color: #2AB21A;
}
</style>
background-color css
<style>
a { background-color: #2AB21A; }
a { background-color: rgb(42,178,26); }
div.DivClassName
{
background-color: #2AB21A;
}
.BgClassName
{
background-color: #2AB21A;
}
</style>
border-color css
<style>
span { border-color: #2AB21A; }
span { border-color: rgb(42,178,26); }
td.TdClassName
{
border-color: #2AB21A;
}
.TagClassName
{
border-color: #2AB21A;
}
</style>