Shades of Lime Green #2AB920
Tints of Lime Green #2AB920
RGB
CMYK
RGB Variations
Color information
#2AB920 (or 0x2AB920) is known color: Lime Green. HEX triplet: 2A, B9 and 20. RGB value is (42,185,32). Sum of RGB (Red+Green+Blue) = 42+185+32=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 185 (72.66% from 255 or 71.43% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB920 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB920 is #D546DF. Grayscale: #7D7D7D. Windows color (decimal): -13977312 or 2144554. OLE color: 2144554.
HSL color Cylindrical-coordinate representation of color #2AB920: hue angle of 116.08º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AB920 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 185 | 32 | - |
| CMYK | 0.77 | 0 | 0.83 | 0.27 |
| HSL | 116.08º | 0.71% | 0.43% | - |
| HSV(B) | 116.08º | 0.83% | 0.73% | - |
| XYZ | 18.56 | 35.29 | 7.2 | - |
| YUV | 124.8 | 75.62 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 185 | 32 | 0.77 | 0 | 0.83 | 0.27 | 116.08 | 0.71 | 0.43 |
| Hex | 2A | B9 | 20 | 4D | 0 | 53 | 1B | 74 | 47 | 2B |
| Octal | 52 | 271 | 40 | 115 | 0 | 123 | 33 | 164 | 107 | 53 |
| Binary | 101010 | 10111001 | 100000 | 1001101 | 0 | 1010011 | 11011 | 1110100 | 1000111 | 101011 |
Color Harmonies of #2AB920
Complementary color
Monochromatic Colors of #2AB920
Black with #2AB920
Text Example
Text Example
White with #2AB920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB920; }
p { color: rgb(42,185,32); }
H1.HeaderClassName
{
color: #2AB920;
}
.AnyTagClassName
{
color: #2AB920;
}
</style>
background-color css
<style>
a { background-color: #2AB920; }
a { background-color: rgb(42,185,32); }
div.DivClassName
{
background-color: #2AB920;
}
.BgClassName
{
background-color: #2AB920;
}
</style>
border-color css
<style>
span { border-color: #2AB920; }
span { border-color: rgb(42,185,32); }
td.TdClassName
{
border-color: #2AB920;
}
.TagClassName
{
border-color: #2AB920;
}
</style>