Shades of Lime Green #2ABA3A
Tints of Lime Green #2ABA3A
RGB
CMYK
RGB Variations
Color information
#2ABA3A (or 0x2ABA3A) is known color: Lime Green. HEX triplet: 2A, BA and 3A. RGB value is (42,186,58). Sum of RGB (Red+Green+Blue) = 42+186+58=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 186 (73.05% from 255 or 65.03% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABA3A is #D545C5. Grayscale: #808080. Windows color (decimal): -13977030 or 3848746. OLE color: 3848746.
HSL color Cylindrical-coordinate representation of color #2ABA3A: hue angle of 126.67º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ABA3A is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 186 | 58 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.27 |
| HSL | 126.67º | 0.63% | 0.45% | - |
| HSV(B) | 126.67º | 0.77% | 0.73% | - |
| XYZ | 19.28 | 35.92 | 9.92 | - |
| YUV | 128.35 | 88.29 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 186 | 58 | 0.77 | 0 | 0.69 | 0.27 | 126.67 | 0.63 | 0.45 |
| Hex | 2A | BA | 3A | 4D | 0 | 45 | 1B | 7F | 3F | 2D |
| Octal | 52 | 272 | 72 | 115 | 0 | 105 | 33 | 177 | 77 | 55 |
| Binary | 101010 | 10111010 | 111010 | 1001101 | 0 | 1000101 | 11011 | 1111111 | 111111 | 101101 |
Color Harmonies of #2ABA3A
Complementary color
Monochromatic Colors of #2ABA3A
Black with #2ABA3A
Text Example
Text Example
White with #2ABA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABA3A; }
p { color: rgb(42,186,58); }
H1.HeaderClassName
{
color: #2ABA3A;
}
.AnyTagClassName
{
color: #2ABA3A;
}
</style>
background-color css
<style>
a { background-color: #2ABA3A; }
a { background-color: rgb(42,186,58); }
div.DivClassName
{
background-color: #2ABA3A;
}
.BgClassName
{
background-color: #2ABA3A;
}
</style>
border-color css
<style>
span { border-color: #2ABA3A; }
span { border-color: rgb(42,186,58); }
td.TdClassName
{
border-color: #2ABA3A;
}
.TagClassName
{
border-color: #2ABA3A;
}
</style>