Shades of Lime Green #2ABA36
Tints of Lime Green #2ABA36
RGB
CMYK
RGB Variations
Color information
#2ABA36 (or 0x2ABA36) is known color: Lime Green. HEX triplet: 2A, BA and 36. RGB value is (42,186,54). Sum of RGB (Red+Green+Blue) = 42+186+54=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABA36 is #D545C9. Grayscale: #808080. Windows color (decimal): -13977034 or 3586602. OLE color: 3586602.
HSL color Cylindrical-coordinate representation of color #2ABA36: hue angle of 125º 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 #2ABA36 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 186 | 54 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.27 |
| HSL | 125º | 0.63% | 0.45% | - |
| HSV(B) | 125º | 0.77% | 0.73% | - |
| XYZ | 19.18 | 35.88 | 9.4 | - |
| YUV | 127.9 | 86.29 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 186 | 54 | 0.77 | 0 | 0.71 | 0.27 | 125 | 0.63 | 0.45 |
| Hex | 2A | BA | 36 | 4D | 0 | 47 | 1B | 7D | 3F | 2D |
| Octal | 52 | 272 | 66 | 115 | 0 | 107 | 33 | 175 | 77 | 55 |
| Binary | 101010 | 10111010 | 110110 | 1001101 | 0 | 1000111 | 11011 | 1111101 | 111111 | 101101 |
Color Harmonies of #2ABA36
Complementary color
Monochromatic Colors of #2ABA36
Black with #2ABA36
Text Example
Text Example
White with #2ABA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABA36; }
p { color: rgb(42,186,54); }
H1.HeaderClassName
{
color: #2ABA36;
}
.AnyTagClassName
{
color: #2ABA36;
}
</style>
background-color css
<style>
a { background-color: #2ABA36; }
a { background-color: rgb(42,186,54); }
div.DivClassName
{
background-color: #2ABA36;
}
.BgClassName
{
background-color: #2ABA36;
}
</style>
border-color css
<style>
span { border-color: #2ABA36; }
span { border-color: rgb(42,186,54); }
td.TdClassName
{
border-color: #2ABA36;
}
.TagClassName
{
border-color: #2ABA36;
}
</style>