Shades of Lime Green #2ADA10
Tints of Lime Green #2ADA10
RGB
CMYK
RGB Variations
Color information
#2ADA10 (or 0x2ADA10) is known color: Lime Green. HEX triplet: 2A, DA and 10. RGB value is (42,218,16). Sum of RGB (Red+Green+Blue) = 42+218+16=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 218 (85.55% from 255 or 78.99% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ADA10 is #D525EF. Grayscale: #8E8E8E. Windows color (decimal): -13968880 or 1104426. OLE color: 1104426.
HSL color Cylindrical-coordinate representation of color #2ADA10: hue angle of 112.28º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2ADA10 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 16 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.15 |
| HSL | 112.28º | 0.86% | 0.46% | - |
| HSV(B) | 112.28º | 0.93% | 0.85% | - |
| XYZ | 26.12 | 50.67 | 8.89 | - |
| YUV | 142.35 | 56.69 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 16 | 0.81 | 0 | 0.93 | 0.15 | 112.28 | 0.86 | 0.46 |
| Hex | 2A | DA | 10 | 51 | 0 | 5D | F | 70 | 56 | 2E |
| Octal | 52 | 332 | 20 | 121 | 0 | 135 | 17 | 160 | 126 | 56 |
| Binary | 101010 | 11011010 | 10000 | 1010001 | 0 | 1011101 | 1111 | 1110000 | 1010110 | 101110 |
Color Harmonies of #2ADA10
Complementary color
Monochromatic Colors of #2ADA10
Black with #2ADA10
Text Example
Text Example
White with #2ADA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADA10; }
p { color: rgb(42,218,16); }
H1.HeaderClassName
{
color: #2ADA10;
}
.AnyTagClassName
{
color: #2ADA10;
}
</style>
background-color css
<style>
a { background-color: #2ADA10; }
a { background-color: rgb(42,218,16); }
div.DivClassName
{
background-color: #2ADA10;
}
.BgClassName
{
background-color: #2ADA10;
}
</style>
border-color css
<style>
span { border-color: #2ADA10; }
span { border-color: rgb(42,218,16); }
td.TdClassName
{
border-color: #2ADA10;
}
.TagClassName
{
border-color: #2ADA10;
}
</style>