Shades of Lime Green #2AD510
Tints of Lime Green #2AD510
RGB
CMYK
RGB Variations
Color information
#2AD510 (or 0x2AD510) is known color: Lime Green. HEX triplet: 2A, D5 and 10. RGB value is (42,213,16). Sum of RGB (Red+Green+Blue) = 42+213+16=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 213 (83.59% from 255 or 78.60% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD510 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD510 is #D52AEF. Grayscale: #8C8C8C. Windows color (decimal): -13970160 or 1103146. OLE color: 1103146.
HSL color Cylindrical-coordinate representation of color #2AD510: hue angle of 112.08º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2AD510 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 16 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.16 |
| HSL | 112.08º | 0.86% | 0.45% | - |
| HSV(B) | 112.08º | 0.92% | 0.84% | - |
| XYZ | 24.84 | 48.12 | 8.47 | - |
| YUV | 139.41 | 58.35 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 16 | 0.80 | 0 | 0.92 | 0.16 | 112.08 | 0.86 | 0.45 |
| Hex | 2A | D5 | 10 | 50 | 0 | 5C | 10 | 70 | 56 | 2D |
| Octal | 52 | 325 | 20 | 120 | 0 | 134 | 20 | 160 | 126 | 55 |
| Binary | 101010 | 11010101 | 10000 | 1010000 | 0 | 1011100 | 10000 | 1110000 | 1010110 | 101101 |
Color Harmonies of #2AD510
Complementary color
Monochromatic Colors of #2AD510
Black with #2AD510
Text Example
Text Example
White with #2AD510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD510; }
p { color: rgb(42,213,16); }
H1.HeaderClassName
{
color: #2AD510;
}
.AnyTagClassName
{
color: #2AD510;
}
</style>
background-color css
<style>
a { background-color: #2AD510; }
a { background-color: rgb(42,213,16); }
div.DivClassName
{
background-color: #2AD510;
}
.BgClassName
{
background-color: #2AD510;
}
</style>
border-color css
<style>
span { border-color: #2AD510; }
span { border-color: rgb(42,213,16); }
td.TdClassName
{
border-color: #2AD510;
}
.TagClassName
{
border-color: #2AD510;
}
</style>