Shades of Lime Green #2ABA35
Tints of Lime Green #2ABA35
RGB
CMYK
RGB Variations
Color information
#2ABA35 (or 0x2ABA35) is known color: Lime Green. HEX triplet: 2A, BA and 35. RGB value is (42,186,53). Sum of RGB (Red+Green+Blue) = 42+186+53=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 186 (73.05% from 255 or 66.19% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABA35 is #D545CA. Grayscale: #808080. Windows color (decimal): -13977035 or 3521066. OLE color: 3521066.
HSL color Cylindrical-coordinate representation of color #2ABA35: hue angle of 124.58º 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 #2ABA35 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 186 | 53 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.27 |
| HSL | 124.58º | 0.63% | 0.45% | - |
| HSV(B) | 124.58º | 0.77% | 0.73% | - |
| XYZ | 19.16 | 35.87 | 9.28 | - |
| YUV | 127.78 | 85.79 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 186 | 53 | 0.77 | 0 | 0.72 | 0.27 | 124.58 | 0.63 | 0.45 |
| Hex | 2A | BA | 35 | 4D | 0 | 48 | 1B | 7D | 3F | 2D |
| Octal | 52 | 272 | 65 | 115 | 0 | 110 | 33 | 175 | 77 | 55 |
| Binary | 101010 | 10111010 | 110101 | 1001101 | 0 | 1001000 | 11011 | 1111101 | 111111 | 101101 |
Color Harmonies of #2ABA35
Complementary color
Monochromatic Colors of #2ABA35
Black with #2ABA35
Text Example
Text Example
White with #2ABA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABA35; }
p { color: rgb(42,186,53); }
H1.HeaderClassName
{
color: #2ABA35;
}
.AnyTagClassName
{
color: #2ABA35;
}
</style>
background-color css
<style>
a { background-color: #2ABA35; }
a { background-color: rgb(42,186,53); }
div.DivClassName
{
background-color: #2ABA35;
}
.BgClassName
{
background-color: #2ABA35;
}
</style>
border-color css
<style>
span { border-color: #2ABA35; }
span { border-color: rgb(42,186,53); }
td.TdClassName
{
border-color: #2ABA35;
}
.TagClassName
{
border-color: #2ABA35;
}
</style>