Shades of Lime Green #2AC13C
Tints of Lime Green #2AC13C
RGB
CMYK
RGB Variations
Color information
#2AC13C (or 0x2AC13C) is known color: Lime Green. HEX triplet: 2A, C1 and 3C. RGB value is (42,193,60). Sum of RGB (Red+Green+Blue) = 42+193+60=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 193 (75.78% from 255 or 65.42% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC13C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC13C is #D53EC3. Grayscale: #858585. Windows color (decimal): -13975236 or 3981610. OLE color: 3981610.
HSL color Cylindrical-coordinate representation of color #2AC13C: hue angle of 127.15º 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 #2AC13C is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 193 | 60 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.24 |
| HSL | 127.15º | 0.64% | 0.46% | - |
| HSV(B) | 127.15º | 0.78% | 0.76% | - |
| XYZ | 20.84 | 38.96 | 10.7 | - |
| YUV | 132.69 | 86.97 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 193 | 60 | 0.78 | 0 | 0.69 | 0.24 | 127.15 | 0.64 | 0.46 |
| Hex | 2A | C1 | 3C | 4E | 0 | 45 | 18 | 7F | 40 | 2E |
| Octal | 52 | 301 | 74 | 116 | 0 | 105 | 30 | 177 | 100 | 56 |
| Binary | 101010 | 11000001 | 111100 | 1001110 | 0 | 1000101 | 11000 | 1111111 | 1000000 | 101110 |
Color Harmonies of #2AC13C
Complementary color
Monochromatic Colors of #2AC13C
Black with #2AC13C
Text Example
Text Example
White with #2AC13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC13C; }
p { color: rgb(42,193,60); }
H1.HeaderClassName
{
color: #2AC13C;
}
.AnyTagClassName
{
color: #2AC13C;
}
</style>
background-color css
<style>
a { background-color: #2AC13C; }
a { background-color: rgb(42,193,60); }
div.DivClassName
{
background-color: #2AC13C;
}
.BgClassName
{
background-color: #2AC13C;
}
</style>
border-color css
<style>
span { border-color: #2AC13C; }
span { border-color: rgb(42,193,60); }
td.TdClassName
{
border-color: #2AC13C;
}
.TagClassName
{
border-color: #2AC13C;
}
</style>