Shades of Lime Green #2AC526
Tints of Lime Green #2AC526
RGB
CMYK
RGB Variations
Color information
#2AC526 (or 0x2AC526) is known color: Lime Green. HEX triplet: 2A, C5 and 26. RGB value is (42,197,38). Sum of RGB (Red+Green+Blue) = 42+197+38=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 197 (77.34% from 255 or 71.12% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 197 - color contains mainly: green. Hex color #2AC526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC526 is #D53AD9. Grayscale: #858585. Windows color (decimal): -13974234 or 2540842. OLE color: 2540842.
HSL color Cylindrical-coordinate representation of color #2AC526: hue angle of 118.49º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AC526 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 42 | 197 | 38 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.23 |
| HSL | 118.49º | 0.68% | 0.46% | - |
| HSV(B) | 118.49º | 0.81% | 0.77% | - |
| XYZ | 21.27 | 40.56 | 8.54 | - |
| YUV | 132.53 | 74.65 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 197 | 38 | 0.79 | 0 | 0.81 | 0.23 | 118.49 | 0.68 | 0.46 |
| Hex | 2A | C5 | 26 | 4F | 0 | 51 | 17 | 76 | 44 | 2E |
| Octal | 52 | 305 | 46 | 117 | 0 | 121 | 27 | 166 | 104 | 56 |
| Binary | 101010 | 11000101 | 100110 | 1001111 | 0 | 1010001 | 10111 | 1110110 | 1000100 | 101110 |
Color Harmonies of #2AC526
Complementary color
Monochromatic Colors of #2AC526
Black with #2AC526
Text Example
Text Example
White with #2AC526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC526; }
p { color: rgb(42,197,38); }
H1.HeaderClassName
{
color: #2AC526;
}
.AnyTagClassName
{
color: #2AC526;
}
</style>
background-color css
<style>
a { background-color: #2AC526; }
a { background-color: rgb(42,197,38); }
div.DivClassName
{
background-color: #2AC526;
}
.BgClassName
{
background-color: #2AC526;
}
</style>
border-color css
<style>
span { border-color: #2AC526; }
span { border-color: rgb(42,197,38); }
td.TdClassName
{
border-color: #2AC526;
}
.TagClassName
{
border-color: #2AC526;
}
</style>