Shades of Lime Green #2AB545
Tints of Lime Green #2AB545
RGB
CMYK
RGB Variations
Color information
#2AB545 (or 0x2AB545) is known color: Lime Green. HEX triplet: 2A, B5 and 45. RGB value is (42,181,69). Sum of RGB (Red+Green+Blue) = 42+181+69=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 181 (71.09% from 255 or 61.99% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB545 is #D54ABA. Grayscale: #7E7E7E. Windows color (decimal): -13978299 or 4568362. OLE color: 4568362.
HSL color Cylindrical-coordinate representation of color #2AB545: hue angle of 131.65º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB545 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 69 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.29 |
| HSL | 131.65º | 0.62% | 0.44% | - |
| HSV(B) | 131.65º | 0.77% | 0.71% | - |
| XYZ | 18.55 | 33.97 | 11.21 | - |
| YUV | 126.67 | 95.45 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 69 | 0.77 | 0 | 0.62 | 0.29 | 131.65 | 0.62 | 0.44 |
| Hex | 2A | B5 | 45 | 4D | 0 | 3E | 1D | 84 | 3E | 2C |
| Octal | 52 | 265 | 105 | 115 | 0 | 76 | 35 | 204 | 76 | 54 |
| Binary | 101010 | 10110101 | 1000101 | 1001101 | 0 | 111110 | 11101 | 10000100 | 111110 | 101100 |
Color Harmonies of #2AB545
Complementary color
Monochromatic Colors of #2AB545
Black with #2AB545
Text Example
Text Example
White with #2AB545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB545; }
p { color: rgb(42,181,69); }
H1.HeaderClassName
{
color: #2AB545;
}
.AnyTagClassName
{
color: #2AB545;
}
</style>
background-color css
<style>
a { background-color: #2AB545; }
a { background-color: rgb(42,181,69); }
div.DivClassName
{
background-color: #2AB545;
}
.BgClassName
{
background-color: #2AB545;
}
</style>
border-color css
<style>
span { border-color: #2AB545; }
span { border-color: rgb(42,181,69); }
td.TdClassName
{
border-color: #2AB545;
}
.TagClassName
{
border-color: #2AB545;
}
</style>