Shades of Lime Green #2AB33F
Tints of Lime Green #2AB33F
RGB
CMYK
RGB Variations
Color information
#2AB33F (or 0x2AB33F) is known color: Lime Green. HEX triplet: 2A, B3 and 3F. RGB value is (42,179,63). Sum of RGB (Red+Green+Blue) = 42+179+63=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 179 (70.31% from 255 or 63.03% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB33F is #D54CC0. Grayscale: #7D7D7D. Windows color (decimal): -13978817 or 4174634. OLE color: 4174634.
HSL color Cylindrical-coordinate representation of color #2AB33F: hue angle of 129.2º 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 #2AB33F is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 63 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.30 |
| HSL | 129.2º | 0.62% | 0.43% | - |
| HSV(B) | 129.2º | 0.77% | 0.7% | - |
| XYZ | 17.97 | 33.09 | 10.14 | - |
| YUV | 124.81 | 93.11 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 63 | 0.77 | 0 | 0.65 | 0.30 | 129.2 | 0.62 | 0.43 |
| Hex | 2A | B3 | 3F | 4D | 0 | 41 | 1E | 81 | 3E | 2B |
| Octal | 52 | 263 | 77 | 115 | 0 | 101 | 36 | 201 | 76 | 53 |
| Binary | 101010 | 10110011 | 111111 | 1001101 | 0 | 1000001 | 11110 | 10000001 | 111110 | 101011 |
Color Harmonies of #2AB33F
Complementary color
Monochromatic Colors of #2AB33F
Black with #2AB33F
Text Example
Text Example
White with #2AB33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB33F; }
p { color: rgb(42,179,63); }
H1.HeaderClassName
{
color: #2AB33F;
}
.AnyTagClassName
{
color: #2AB33F;
}
</style>
background-color css
<style>
a { background-color: #2AB33F; }
a { background-color: rgb(42,179,63); }
div.DivClassName
{
background-color: #2AB33F;
}
.BgClassName
{
background-color: #2AB33F;
}
</style>
border-color css
<style>
span { border-color: #2AB33F; }
span { border-color: rgb(42,179,63); }
td.TdClassName
{
border-color: #2AB33F;
}
.TagClassName
{
border-color: #2AB33F;
}
</style>