Shades of Lime Green #2AB936
Tints of Lime Green #2AB936
RGB
CMYK
RGB Variations
Color information
#2AB936 (or 0x2AB936) is known color: Lime Green. HEX triplet: 2A, B9 and 36. RGB value is (42,185,54). Sum of RGB (Red+Green+Blue) = 42+185+54=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 185 (72.66% from 255 or 65.84% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB936 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB936 is #D546C9. Grayscale: #7F7F7F. Windows color (decimal): -13977290 or 3586346. OLE color: 3586346.
HSL color Cylindrical-coordinate representation of color #2AB936: hue angle of 125.03º 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 #2AB936 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 185 | 54 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.27 |
| HSL | 125.04º | 0.63% | 0.45% | - |
| HSV(B) | 125.04º | 0.77% | 0.73% | - |
| XYZ | 18.97 | 35.46 | 9.33 | - |
| YUV | 127.31 | 86.62 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 185 | 54 | 0.77 | 0 | 0.71 | 0.27 | 125.04 | 0.63 | 0.45 |
| Hex | 2A | B9 | 36 | 4D | 0 | 47 | 1B | 7D | 3F | 2D |
| Octal | 52 | 271 | 66 | 115 | 0 | 107 | 33 | 175 | 77 | 55 |
| Binary | 101010 | 10111001 | 110110 | 1001101 | 0 | 1000111 | 11011 | 1111101 | 111111 | 101101 |
Color Harmonies of #2AB936
Complementary color
Monochromatic Colors of #2AB936
Black with #2AB936
Text Example
Text Example
White with #2AB936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB936; }
p { color: rgb(42,185,54); }
H1.HeaderClassName
{
color: #2AB936;
}
.AnyTagClassName
{
color: #2AB936;
}
</style>
background-color css
<style>
a { background-color: #2AB936; }
a { background-color: rgb(42,185,54); }
div.DivClassName
{
background-color: #2AB936;
}
.BgClassName
{
background-color: #2AB936;
}
</style>
border-color css
<style>
span { border-color: #2AB936; }
span { border-color: rgb(42,185,54); }
td.TdClassName
{
border-color: #2AB936;
}
.TagClassName
{
border-color: #2AB936;
}
</style>