Shades of Lime Green #2AC11A
Tints of Lime Green #2AC11A
RGB
CMYK
RGB Variations
Color information
#2AC11A (or 0x2AC11A) is known color: Lime Green. HEX triplet: 2A, C1 and 1A. RGB value is (42,193,26). Sum of RGB (Red+Green+Blue) = 42+193+26=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 193 (75.78% from 255 or 73.95% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC11A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC11A is #D53EE5. Grayscale: #818181. Windows color (decimal): -13975270 or 1753386. OLE color: 1753386.
HSL color Cylindrical-coordinate representation of color #2AC11A: hue angle of 114.25º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2AC11A is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 193 | 26 | - |
| CMYK | 0.78 | 0 | 0.87 | 0.24 |
| HSL | 114.25º | 0.76% | 0.43% | - |
| HSV(B) | 114.25º | 0.87% | 0.76% | - |
| XYZ | 20.21 | 38.71 | 7.38 | - |
| YUV | 128.81 | 69.97 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 193 | 26 | 0.78 | 0 | 0.87 | 0.24 | 114.25 | 0.76 | 0.43 |
| Hex | 2A | C1 | 1A | 4E | 0 | 57 | 18 | 72 | 4C | 2B |
| Octal | 52 | 301 | 32 | 116 | 0 | 127 | 30 | 162 | 114 | 53 |
| Binary | 101010 | 11000001 | 11010 | 1001110 | 0 | 1010111 | 11000 | 1110010 | 1001100 | 101011 |
Color Harmonies of #2AC11A
Complementary color
Monochromatic Colors of #2AC11A
Black with #2AC11A
Text Example
Text Example
White with #2AC11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC11A; }
p { color: rgb(42,193,26); }
H1.HeaderClassName
{
color: #2AC11A;
}
.AnyTagClassName
{
color: #2AC11A;
}
</style>
background-color css
<style>
a { background-color: #2AC11A; }
a { background-color: rgb(42,193,26); }
div.DivClassName
{
background-color: #2AC11A;
}
.BgClassName
{
background-color: #2AC11A;
}
</style>
border-color css
<style>
span { border-color: #2AC11A; }
span { border-color: rgb(42,193,26); }
td.TdClassName
{
border-color: #2AC11A;
}
.TagClassName
{
border-color: #2AC11A;
}
</style>