Shades of Lime Green #2AC14A
Tints of Lime Green #2AC14A
RGB
CMYK
RGB Variations
Color information
#2AC14A (or 0x2AC14A) is known color: Lime Green. HEX triplet: 2A, C1 and 4A. RGB value is (42,193,74). Sum of RGB (Red+Green+Blue) = 42+193+74=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 193 (75.78% from 255 or 62.46% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC14A is #D53EB5. Grayscale: #868686. Windows color (decimal): -13975222 or 4899114. OLE color: 4899114.
HSL color Cylindrical-coordinate representation of color #2AC14A: hue angle of 132.72º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC14A is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 193 | 74 | - |
| CMYK | 0.78 | 0 | 0.62 | 0.24 |
| HSL | 132.72º | 0.64% | 0.46% | - |
| HSV(B) | 132.72º | 0.78% | 0.76% | - |
| XYZ | 21.26 | 39.13 | 12.91 | - |
| YUV | 134.29 | 93.97 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 193 | 74 | 0.78 | 0 | 0.62 | 0.24 | 132.72 | 0.64 | 0.46 |
| Hex | 2A | C1 | 4A | 4E | 0 | 3E | 18 | 85 | 40 | 2E |
| Octal | 52 | 301 | 112 | 116 | 0 | 76 | 30 | 205 | 100 | 56 |
| Binary | 101010 | 11000001 | 1001010 | 1001110 | 0 | 111110 | 11000 | 10000101 | 1000000 | 101110 |
Color Harmonies of #2AC14A
Complementary color
Monochromatic Colors of #2AC14A
Black with #2AC14A
Text Example
Text Example
White with #2AC14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC14A; }
p { color: rgb(42,193,74); }
H1.HeaderClassName
{
color: #2AC14A;
}
.AnyTagClassName
{
color: #2AC14A;
}
</style>
background-color css
<style>
a { background-color: #2AC14A; }
a { background-color: rgb(42,193,74); }
div.DivClassName
{
background-color: #2AC14A;
}
.BgClassName
{
background-color: #2AC14A;
}
</style>
border-color css
<style>
span { border-color: #2AC14A; }
span { border-color: rgb(42,193,74); }
td.TdClassName
{
border-color: #2AC14A;
}
.TagClassName
{
border-color: #2AC14A;
}
</style>