Shades of Lime Green #2AC43C
Tints of Lime Green #2AC43C
RGB
CMYK
RGB Variations
Color information
#2AC43C (or 0x2AC43C) is known color: Lime Green. HEX triplet: 2A, C4 and 3C. RGB value is (42,196,60). Sum of RGB (Red+Green+Blue) = 42+196+60=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 196 (76.95% from 255 or 65.77% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 196 - color contains mainly: green. Hex color #2AC43C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC43C is #D53BC3. Grayscale: #868686. Windows color (decimal): -13974468 or 3982378. OLE color: 3982378.
HSL color Cylindrical-coordinate representation of color #2AC43C: hue angle of 127.01º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC43C is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 42 | 196 | 60 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.23 |
| HSL | 127.01º | 0.65% | 0.47% | - |
| HSV(B) | 127.01º | 0.79% | 0.77% | - |
| XYZ | 21.51 | 40.3 | 10.92 | - |
| YUV | 134.45 | 85.98 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 196 | 60 | 0.79 | 0 | 0.69 | 0.23 | 127.01 | 0.65 | 0.47 |
| Hex | 2A | C4 | 3C | 4F | 0 | 45 | 17 | 7F | 41 | 2F |
| Octal | 52 | 304 | 74 | 117 | 0 | 105 | 27 | 177 | 101 | 57 |
| Binary | 101010 | 11000100 | 111100 | 1001111 | 0 | 1000101 | 10111 | 1111111 | 1000001 | 101111 |
Color Harmonies of #2AC43C
Complementary color
Monochromatic Colors of #2AC43C
Black with #2AC43C
Text Example
Text Example
White with #2AC43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC43C; }
p { color: rgb(42,196,60); }
H1.HeaderClassName
{
color: #2AC43C;
}
.AnyTagClassName
{
color: #2AC43C;
}
</style>
background-color css
<style>
a { background-color: #2AC43C; }
a { background-color: rgb(42,196,60); }
div.DivClassName
{
background-color: #2AC43C;
}
.BgClassName
{
background-color: #2AC43C;
}
</style>
border-color css
<style>
span { border-color: #2AC43C; }
span { border-color: rgb(42,196,60); }
td.TdClassName
{
border-color: #2AC43C;
}
.TagClassName
{
border-color: #2AC43C;
}
</style>