Shades of Lime Green #2AB526
Tints of Lime Green #2AB526
RGB
CMYK
RGB Variations
Color information
#2AB526 (or 0x2AB526) is known color: Lime Green. HEX triplet: 2A, B5 and 26. RGB value is (42,181,38). Sum of RGB (Red+Green+Blue) = 42+181+38=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 181 (71.09% from 255 or 69.35% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB526 is #D54AD9. Grayscale: #7B7B7B. Windows color (decimal): -13978330 or 2536746. OLE color: 2536746.
HSL color Cylindrical-coordinate representation of color #2AB526: hue angle of 118.32º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AB526 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 38 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.29 |
| HSL | 118.32º | 0.65% | 0.43% | - |
| HSV(B) | 118.32º | 0.79% | 0.71% | - |
| XYZ | 17.83 | 33.68 | 7.39 | - |
| YUV | 123.14 | 79.95 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 38 | 0.77 | 0 | 0.79 | 0.29 | 118.32 | 0.65 | 0.43 |
| Hex | 2A | B5 | 26 | 4D | 0 | 4F | 1D | 76 | 41 | 2B |
| Octal | 52 | 265 | 46 | 115 | 0 | 117 | 35 | 166 | 101 | 53 |
| Binary | 101010 | 10110101 | 100110 | 1001101 | 0 | 1001111 | 11101 | 1110110 | 1000001 | 101011 |
Color Harmonies of #2AB526
Complementary color
Monochromatic Colors of #2AB526
Black with #2AB526
Text Example
Text Example
White with #2AB526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB526; }
p { color: rgb(42,181,38); }
H1.HeaderClassName
{
color: #2AB526;
}
.AnyTagClassName
{
color: #2AB526;
}
</style>
background-color css
<style>
a { background-color: #2AB526; }
a { background-color: rgb(42,181,38); }
div.DivClassName
{
background-color: #2AB526;
}
.BgClassName
{
background-color: #2AB526;
}
</style>
border-color css
<style>
span { border-color: #2AB526; }
span { border-color: rgb(42,181,38); }
td.TdClassName
{
border-color: #2AB526;
}
.TagClassName
{
border-color: #2AB526;
}
</style>