Shades of Lime Green #2AC315
Tints of Lime Green #2AC315
RGB
CMYK
RGB Variations
Color information
#2AC315 (or 0x2AC315) is known color: Lime Green. HEX triplet: 2A, C3 and 15. RGB value is (42,195,21). Sum of RGB (Red+Green+Blue) = 42+195+21=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 195 (76.56% from 255 or 75.58% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC315 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC315 is #D53CEA. Grayscale: #818181. Windows color (decimal): -13974763 or 1426218. OLE color: 1426218.
HSL color Cylindrical-coordinate representation of color #2AC315: hue angle of 112.76º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2AC315 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 195 | 21 | - |
| CMYK | 0.78 | 0 | 0.89 | 0.24 |
| HSL | 112.76º | 0.81% | 0.42% | - |
| HSV(B) | 112.76º | 0.89% | 0.76% | - |
| XYZ | 20.61 | 39.58 | 7.26 | - |
| YUV | 129.42 | 66.81 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 195 | 21 | 0.78 | 0 | 0.89 | 0.24 | 112.76 | 0.81 | 0.42 |
| Hex | 2A | C3 | 15 | 4E | 0 | 59 | 18 | 71 | 51 | 2A |
| Octal | 52 | 303 | 25 | 116 | 0 | 131 | 30 | 161 | 121 | 52 |
| Binary | 101010 | 11000011 | 10101 | 1001110 | 0 | 1011001 | 11000 | 1110001 | 1010001 | 101010 |
Color Harmonies of #2AC315
Complementary color
Monochromatic Colors of #2AC315
Black with #2AC315
Text Example
Text Example
White with #2AC315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC315; }
p { color: rgb(42,195,21); }
H1.HeaderClassName
{
color: #2AC315;
}
.AnyTagClassName
{
color: #2AC315;
}
</style>
background-color css
<style>
a { background-color: #2AC315; }
a { background-color: rgb(42,195,21); }
div.DivClassName
{
background-color: #2AC315;
}
.BgClassName
{
background-color: #2AC315;
}
</style>
border-color css
<style>
span { border-color: #2AC315; }
span { border-color: rgb(42,195,21); }
td.TdClassName
{
border-color: #2AC315;
}
.TagClassName
{
border-color: #2AC315;
}
</style>