Shades of Lime Green #2AD50E
Tints of Lime Green #2AD50E
RGB
CMYK
RGB Variations
Color information
#2AD50E (or 0x2AD50E) is known color: Lime Green. HEX triplet: 2A, D5 and 0E. RGB value is (42,213,14). Sum of RGB (Red+Green+Blue) = 42+213+14=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 213 (83.59% from 255 or 79.18% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD50E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD50E is #D52AF1. Grayscale: #8B8B8B. Windows color (decimal): -13970162 or 972074. OLE color: 972074.
HSL color Cylindrical-coordinate representation of color #2AD50E: hue angle of 111.56º degrees, saturation: 0.88, 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 #2AD50E is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 14 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.16 |
| HSL | 111.56º | 0.88% | 0.45% | - |
| HSV(B) | 111.56º | 0.93% | 0.84% | - |
| XYZ | 24.83 | 48.11 | 8.39 | - |
| YUV | 139.19 | 57.35 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 14 | 0.80 | 0 | 0.93 | 0.16 | 111.56 | 0.88 | 0.45 |
| Hex | 2A | D5 | E | 50 | 0 | 5D | 10 | 70 | 58 | 2D |
| Octal | 52 | 325 | 16 | 120 | 0 | 135 | 20 | 160 | 130 | 55 |
| Binary | 101010 | 11010101 | 1110 | 1010000 | 0 | 1011101 | 10000 | 1110000 | 1011000 | 101101 |
Color Harmonies of #2AD50E
Complementary color
Monochromatic Colors of #2AD50E
Black with #2AD50E
Text Example
Text Example
White with #2AD50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD50E; }
p { color: rgb(42,213,14); }
H1.HeaderClassName
{
color: #2AD50E;
}
.AnyTagClassName
{
color: #2AD50E;
}
</style>
background-color css
<style>
a { background-color: #2AD50E; }
a { background-color: rgb(42,213,14); }
div.DivClassName
{
background-color: #2AD50E;
}
.BgClassName
{
background-color: #2AD50E;
}
</style>
border-color css
<style>
span { border-color: #2AD50E; }
span { border-color: rgb(42,213,14); }
td.TdClassName
{
border-color: #2AD50E;
}
.TagClassName
{
border-color: #2AD50E;
}
</style>