Shades of Lime Green #2AD710
Tints of Lime Green #2AD710
RGB
CMYK
RGB Variations
Color information
#2AD710 (or 0x2AD710) is known color: Lime Green. HEX triplet: 2A, D7 and 10. RGB value is (42,215,16). Sum of RGB (Red+Green+Blue) = 42+215+16=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 215 (84.38% from 255 or 78.75% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD710 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD710 is #D528EF. Grayscale: #8D8D8D. Windows color (decimal): -13969648 or 1103658. OLE color: 1103658.
HSL color Cylindrical-coordinate representation of color #2AD710: hue angle of 112.16º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2AD710 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 215 | 16 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.16 |
| HSL | 112.16º | 0.86% | 0.45% | - |
| HSV(B) | 112.16º | 0.93% | 0.84% | - |
| XYZ | 25.35 | 49.13 | 8.64 | - |
| YUV | 140.59 | 57.69 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 215 | 16 | 0.80 | 0 | 0.93 | 0.16 | 112.16 | 0.86 | 0.45 |
| Hex | 2A | D7 | 10 | 50 | 0 | 5D | 10 | 70 | 56 | 2D |
| Octal | 52 | 327 | 20 | 120 | 0 | 135 | 20 | 160 | 126 | 55 |
| Binary | 101010 | 11010111 | 10000 | 1010000 | 0 | 1011101 | 10000 | 1110000 | 1010110 | 101101 |
Color Harmonies of #2AD710
Complementary color
Monochromatic Colors of #2AD710
Black with #2AD710
Text Example
Text Example
White with #2AD710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD710; }
p { color: rgb(42,215,16); }
H1.HeaderClassName
{
color: #2AD710;
}
.AnyTagClassName
{
color: #2AD710;
}
</style>
background-color css
<style>
a { background-color: #2AD710; }
a { background-color: rgb(42,215,16); }
div.DivClassName
{
background-color: #2AD710;
}
.BgClassName
{
background-color: #2AD710;
}
</style>
border-color css
<style>
span { border-color: #2AD710; }
span { border-color: rgb(42,215,16); }
td.TdClassName
{
border-color: #2AD710;
}
.TagClassName
{
border-color: #2AD710;
}
</style>