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