Shades of Lime Green #2AC31A
Tints of Lime Green #2AC31A
RGB
CMYK
RGB Variations
Color information
#2AC31A (or 0x2AC31A) is known color: Lime Green. HEX triplet: 2A, C3 and 1A. RGB value is (42,195,26). Sum of RGB (Red+Green+Blue) = 42+195+26=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 195 (76.56% from 255 or 74.14% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC31A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC31A is #D53CE5. Grayscale: #828282. Windows color (decimal): -13974758 or 1753898. OLE color: 1753898.
HSL color Cylindrical-coordinate representation of color #2AC31A: hue angle of 114.32º 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 #2AC31A is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 195 | 26 | - |
| CMYK | 0.78 | 0 | 0.87 | 0.24 |
| HSL | 114.32º | 0.76% | 0.43% | - |
| HSV(B) | 114.32º | 0.87% | 0.76% | - |
| XYZ | 20.66 | 39.6 | 7.53 | - |
| YUV | 129.99 | 69.31 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 195 | 26 | 0.78 | 0 | 0.87 | 0.24 | 114.32 | 0.76 | 0.43 |
| Hex | 2A | C3 | 1A | 4E | 0 | 57 | 18 | 72 | 4C | 2B |
| Octal | 52 | 303 | 32 | 116 | 0 | 127 | 30 | 162 | 114 | 53 |
| Binary | 101010 | 11000011 | 11010 | 1001110 | 0 | 1010111 | 11000 | 1110010 | 1001100 | 101011 |
Color Harmonies of #2AC31A
Complementary color
Monochromatic Colors of #2AC31A
Black with #2AC31A
Text Example
Text Example
White with #2AC31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC31A; }
p { color: rgb(42,195,26); }
H1.HeaderClassName
{
color: #2AC31A;
}
.AnyTagClassName
{
color: #2AC31A;
}
</style>
background-color css
<style>
a { background-color: #2AC31A; }
a { background-color: rgb(42,195,26); }
div.DivClassName
{
background-color: #2AC31A;
}
.BgClassName
{
background-color: #2AC31A;
}
</style>
border-color css
<style>
span { border-color: #2AC31A; }
span { border-color: rgb(42,195,26); }
td.TdClassName
{
border-color: #2AC31A;
}
.TagClassName
{
border-color: #2AC31A;
}
</style>