Shades of Lime Green #2AB935
Tints of Lime Green #2AB935
RGB
CMYK
RGB Variations
Color information
#2AB935 (or 0x2AB935) is known color: Lime Green. HEX triplet: 2A, B9 and 35. RGB value is (42,185,53). Sum of RGB (Red+Green+Blue) = 42+185+53=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 185 (72.66% from 255 or 66.07% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB935 is #D546CA. Grayscale: #7F7F7F. Windows color (decimal): -13977291 or 3520810. OLE color: 3520810.
HSL color Cylindrical-coordinate representation of color #2AB935: hue angle of 124.62º 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 #2AB935 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 185 | 53 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.27 |
| HSL | 124.62º | 0.63% | 0.45% | - |
| HSV(B) | 124.62º | 0.77% | 0.73% | - |
| XYZ | 18.95 | 35.45 | 9.21 | - |
| YUV | 127.2 | 86.12 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 185 | 53 | 0.77 | 0 | 0.71 | 0.27 | 124.62 | 0.63 | 0.45 |
| Hex | 2A | B9 | 35 | 4D | 0 | 47 | 1B | 7D | 3F | 2D |
| Octal | 52 | 271 | 65 | 115 | 0 | 107 | 33 | 175 | 77 | 55 |
| Binary | 101010 | 10111001 | 110101 | 1001101 | 0 | 1000111 | 11011 | 1111101 | 111111 | 101101 |
Color Harmonies of #2AB935
Complementary color
Monochromatic Colors of #2AB935
Black with #2AB935
Text Example
Text Example
White with #2AB935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB935; }
p { color: rgb(42,185,53); }
H1.HeaderClassName
{
color: #2AB935;
}
.AnyTagClassName
{
color: #2AB935;
}
</style>
background-color css
<style>
a { background-color: #2AB935; }
a { background-color: rgb(42,185,53); }
div.DivClassName
{
background-color: #2AB935;
}
.BgClassName
{
background-color: #2AB935;
}
</style>
border-color css
<style>
span { border-color: #2AB935; }
span { border-color: rgb(42,185,53); }
td.TdClassName
{
border-color: #2AB935;
}
.TagClassName
{
border-color: #2AB935;
}
</style>