Shades of Lime Green #2AB33B
Tints of Lime Green #2AB33B
RGB
CMYK
RGB Variations
Color information
#2AB33B (or 0x2AB33B) is known color: Lime Green. HEX triplet: 2A, B3 and 3B. RGB value is (42,179,59). Sum of RGB (Red+Green+Blue) = 42+179+59=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 179 (70.31% from 255 or 63.93% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB33B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB33B is #D54CC4. Grayscale: #7C7C7C. Windows color (decimal): -13978821 or 3912490. OLE color: 3912490.
HSL color Cylindrical-coordinate representation of color #2AB33B: hue angle of 127.45º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB33B is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 59 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.30 |
| HSL | 127.45º | 0.62% | 0.43% | - |
| HSV(B) | 127.45º | 0.77% | 0.7% | - |
| XYZ | 17.86 | 33.05 | 9.58 | - |
| YUV | 124.36 | 91.11 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 59 | 0.77 | 0 | 0.67 | 0.30 | 127.45 | 0.62 | 0.43 |
| Hex | 2A | B3 | 3B | 4D | 0 | 43 | 1E | 7F | 3E | 2B |
| Octal | 52 | 263 | 73 | 115 | 0 | 103 | 36 | 177 | 76 | 53 |
| Binary | 101010 | 10110011 | 111011 | 1001101 | 0 | 1000011 | 11110 | 1111111 | 111110 | 101011 |
Color Harmonies of #2AB33B
Complementary color
Monochromatic Colors of #2AB33B
Black with #2AB33B
Text Example
Text Example
White with #2AB33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB33B; }
p { color: rgb(42,179,59); }
H1.HeaderClassName
{
color: #2AB33B;
}
.AnyTagClassName
{
color: #2AB33B;
}
</style>
background-color css
<style>
a { background-color: #2AB33B; }
a { background-color: rgb(42,179,59); }
div.DivClassName
{
background-color: #2AB33B;
}
.BgClassName
{
background-color: #2AB33B;
}
</style>
border-color css
<style>
span { border-color: #2AB33B; }
span { border-color: rgb(42,179,59); }
td.TdClassName
{
border-color: #2AB33B;
}
.TagClassName
{
border-color: #2AB33B;
}
</style>