Shades of Lime Green #2AD80E
Tints of Lime Green #2AD80E
RGB
CMYK
RGB Variations
Color information
#2AD80E (or 0x2AD80E) is known color: Lime Green. HEX triplet: 2A, D8 and 0E. RGB value is (42,216,14). Sum of RGB (Red+Green+Blue) = 42+216+14=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 216 (84.77% from 255 or 79.41% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD80E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD80E is #D527F1. Grayscale: #8D8D8D. Windows color (decimal): -13969394 or 972842. OLE color: 972842.
HSL color Cylindrical-coordinate representation of color #2AD80E: hue angle of 111.68º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2AD80E is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 14 | - |
| CMYK | 0.81 | 0 | 0.94 | 0.15 |
| HSL | 111.68º | 0.88% | 0.45% | - |
| HSV(B) | 111.68º | 0.94% | 0.85% | - |
| XYZ | 25.59 | 49.64 | 8.65 | - |
| YUV | 140.95 | 56.35 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 14 | 0.81 | 0 | 0.94 | 0.15 | 111.68 | 0.88 | 0.45 |
| Hex | 2A | D8 | E | 51 | 0 | 5E | F | 70 | 58 | 2D |
| Octal | 52 | 330 | 16 | 121 | 0 | 136 | 17 | 160 | 130 | 55 |
| Binary | 101010 | 11011000 | 1110 | 1010001 | 0 | 1011110 | 1111 | 1110000 | 1011000 | 101101 |
Color Harmonies of #2AD80E
Complementary color
Monochromatic Colors of #2AD80E
Black with #2AD80E
Text Example
Text Example
White with #2AD80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD80E; }
p { color: rgb(42,216,14); }
H1.HeaderClassName
{
color: #2AD80E;
}
.AnyTagClassName
{
color: #2AD80E;
}
</style>
background-color css
<style>
a { background-color: #2AD80E; }
a { background-color: rgb(42,216,14); }
div.DivClassName
{
background-color: #2AD80E;
}
.BgClassName
{
background-color: #2AD80E;
}
</style>
border-color css
<style>
span { border-color: #2AD80E; }
span { border-color: rgb(42,216,14); }
td.TdClassName
{
border-color: #2AD80E;
}
.TagClassName
{
border-color: #2AD80E;
}
</style>