Shades of Lime Green #2AC93A
Tints of Lime Green #2AC93A
RGB
CMYK
RGB Variations
Color information
#2AC93A (or 0x2AC93A) is known color: Lime Green. HEX triplet: 2A, C9 and 3A. RGB value is (42,201,58). Sum of RGB (Red+Green+Blue) = 42+201+58=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 201 (78.91% from 255 or 66.78% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 201 - color contains mainly: green. Hex color #2AC93A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC93A is #D536C5. Grayscale: #898989. Windows color (decimal): -13973190 or 3852586. OLE color: 3852586.
HSL color Cylindrical-coordinate representation of color #2AC93A: hue angle of 126.04º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC93A is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 201 | 58 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.21 |
| HSL | 126.04º | 0.65% | 0.48% | - |
| HSV(B) | 126.04º | 0.79% | 0.79% | - |
| XYZ | 22.61 | 42.57 | 11.03 | - |
| YUV | 137.16 | 83.32 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 201 | 58 | 0.79 | 0 | 0.71 | 0.21 | 126.04 | 0.65 | 0.48 |
| Hex | 2A | C9 | 3A | 4F | 0 | 47 | 15 | 7E | 41 | 30 |
| Octal | 52 | 311 | 72 | 117 | 0 | 107 | 25 | 176 | 101 | 60 |
| Binary | 101010 | 11001001 | 111010 | 1001111 | 0 | 1000111 | 10101 | 1111110 | 1000001 | 110000 |
Color Harmonies of #2AC93A
Complementary color
Monochromatic Colors of #2AC93A
Black with #2AC93A
Text Example
Text Example
White with #2AC93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC93A; }
p { color: rgb(42,201,58); }
H1.HeaderClassName
{
color: #2AC93A;
}
.AnyTagClassName
{
color: #2AC93A;
}
</style>
background-color css
<style>
a { background-color: #2AC93A; }
a { background-color: rgb(42,201,58); }
div.DivClassName
{
background-color: #2AC93A;
}
.BgClassName
{
background-color: #2AC93A;
}
</style>
border-color css
<style>
span { border-color: #2AC93A; }
span { border-color: rgb(42,201,58); }
td.TdClassName
{
border-color: #2AC93A;
}
.TagClassName
{
border-color: #2AC93A;
}
</style>