Shades of Lime Green #2AB61E
Tints of Lime Green #2AB61E
RGB
CMYK
RGB Variations
Color information
#2AB61E (or 0x2AB61E) is known color: Lime Green. HEX triplet: 2A, B6 and 1E. RGB value is (42,182,30). Sum of RGB (Red+Green+Blue) = 42+182+30=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 182 (71.48% from 255 or 71.65% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB61E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB61E is #D549E1. Grayscale: #7B7B7B. Windows color (decimal): -13978082 or 2012714. OLE color: 2012714.
HSL color Cylindrical-coordinate representation of color #2AB61E: hue angle of 115.26º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AB61E is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 182 | 30 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.29 |
| HSL | 115.26º | 0.72% | 0.42% | - |
| HSV(B) | 115.26º | 0.84% | 0.71% | - |
| XYZ | 17.92 | 34.04 | 6.85 | - |
| YUV | 122.81 | 75.62 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 182 | 30 | 0.77 | 0 | 0.84 | 0.29 | 115.26 | 0.72 | 0.42 |
| Hex | 2A | B6 | 1E | 4D | 0 | 54 | 1D | 73 | 48 | 2A |
| Octal | 52 | 266 | 36 | 115 | 0 | 124 | 35 | 163 | 110 | 52 |
| Binary | 101010 | 10110110 | 11110 | 1001101 | 0 | 1010100 | 11101 | 1110011 | 1001000 | 101010 |
Color Harmonies of #2AB61E
Complementary color
Monochromatic Colors of #2AB61E
Black with #2AB61E
Text Example
Text Example
White with #2AB61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB61E; }
p { color: rgb(42,182,30); }
H1.HeaderClassName
{
color: #2AB61E;
}
.AnyTagClassName
{
color: #2AB61E;
}
</style>
background-color css
<style>
a { background-color: #2AB61E; }
a { background-color: rgb(42,182,30); }
div.DivClassName
{
background-color: #2AB61E;
}
.BgClassName
{
background-color: #2AB61E;
}
</style>
border-color css
<style>
span { border-color: #2AB61E; }
span { border-color: rgb(42,182,30); }
td.TdClassName
{
border-color: #2AB61E;
}
.TagClassName
{
border-color: #2AB61E;
}
</style>