Shades of Lime Green #2AB225
Tints of Lime Green #2AB225
RGB
CMYK
RGB Variations
Color information
#2AB225 (or 0x2AB225) is known color: Lime Green. HEX triplet: 2A, B2 and 25. RGB value is (42,178,37). Sum of RGB (Red+Green+Blue) = 42+178+37=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 178 (69.92% from 255 or 69.26% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB225 is #D54DDA. Grayscale: #797979. Windows color (decimal): -13979099 or 2470442. OLE color: 2470442.
HSL color Cylindrical-coordinate representation of color #2AB225: hue angle of 117.87º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AB225 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 178 | 37 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.30 |
| HSL | 117.87º | 0.66% | 0.42% | - |
| HSV(B) | 117.87º | 0.79% | 0.7% | - |
| XYZ | 17.21 | 32.47 | 7.11 | - |
| YUV | 121.26 | 80.44 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 178 | 37 | 0.76 | 0 | 0.79 | 0.30 | 117.87 | 0.66 | 0.42 |
| Hex | 2A | B2 | 25 | 4C | 0 | 4F | 1E | 76 | 42 | 2A |
| Octal | 52 | 262 | 45 | 114 | 0 | 117 | 36 | 166 | 102 | 52 |
| Binary | 101010 | 10110010 | 100101 | 1001100 | 0 | 1001111 | 11110 | 1110110 | 1000010 | 101010 |
Color Harmonies of #2AB225
Complementary color
Monochromatic Colors of #2AB225
Black with #2AB225
Text Example
Text Example
White with #2AB225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB225; }
p { color: rgb(42,178,37); }
H1.HeaderClassName
{
color: #2AB225;
}
.AnyTagClassName
{
color: #2AB225;
}
</style>
background-color css
<style>
a { background-color: #2AB225; }
a { background-color: rgb(42,178,37); }
div.DivClassName
{
background-color: #2AB225;
}
.BgClassName
{
background-color: #2AB225;
}
</style>
border-color css
<style>
span { border-color: #2AB225; }
span { border-color: rgb(42,178,37); }
td.TdClassName
{
border-color: #2AB225;
}
.TagClassName
{
border-color: #2AB225;
}
</style>