Shades of Lime Green #2AC61A
Tints of Lime Green #2AC61A
RGB
CMYK
RGB Variations
Color information
#2AC61A (or 0x2AC61A) is known color: Lime Green. HEX triplet: 2A, C6 and 1A. RGB value is (42,198,26). Sum of RGB (Red+Green+Blue) = 42+198+26=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 198 (77.73% from 255 or 74.44% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 198 - color contains mainly: green. Hex color #2AC61A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC61A is #D539E5. Grayscale: #848484. Windows color (decimal): -13973990 or 1754666. OLE color: 1754666.
HSL color Cylindrical-coordinate representation of color #2AC61A: hue angle of 114.42º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2AC61A is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 42 | 198 | 26 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.22 |
| HSL | 114.42º | 0.77% | 0.44% | - |
| HSV(B) | 114.42º | 0.87% | 0.78% | - |
| XYZ | 21.34 | 40.95 | 7.76 | - |
| YUV | 131.75 | 68.32 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 198 | 26 | 0.79 | 0 | 0.87 | 0.22 | 114.42 | 0.77 | 0.44 |
| Hex | 2A | C6 | 1A | 4F | 0 | 57 | 16 | 72 | 4D | 2C |
| Octal | 52 | 306 | 32 | 117 | 0 | 127 | 26 | 162 | 115 | 54 |
| Binary | 101010 | 11000110 | 11010 | 1001111 | 0 | 1010111 | 10110 | 1110010 | 1001101 | 101100 |
Color Harmonies of #2AC61A
Complementary color
Monochromatic Colors of #2AC61A
Black with #2AC61A
Text Example
Text Example
White with #2AC61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC61A; }
p { color: rgb(42,198,26); }
H1.HeaderClassName
{
color: #2AC61A;
}
.AnyTagClassName
{
color: #2AC61A;
}
</style>
background-color css
<style>
a { background-color: #2AC61A; }
a { background-color: rgb(42,198,26); }
div.DivClassName
{
background-color: #2AC61A;
}
.BgClassName
{
background-color: #2AC61A;
}
</style>
border-color css
<style>
span { border-color: #2AC61A; }
span { border-color: rgb(42,198,26); }
td.TdClassName
{
border-color: #2AC61A;
}
.TagClassName
{
border-color: #2AC61A;
}
</style>