Shades of Lime Green #2AD91E
Tints of Lime Green #2AD91E
RGB
CMYK
RGB Variations
Color information
#2AD91E (or 0x2AD91E) is known color: Lime Green. HEX triplet: 2A, D9 and 1E. RGB value is (42,217,30). Sum of RGB (Red+Green+Blue) = 42+217+30=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 217 (85.16% from 255 or 75.09% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD91E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD91E is #D526E1. Grayscale: #8F8F8F. Windows color (decimal): -13969122 or 2021674. OLE color: 2021674.
HSL color Cylindrical-coordinate representation of color #2AD91E: hue angle of 116.15º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AD91E is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 30 | - |
| CMYK | 0.81 | 0 | 0.86 | 0.15 |
| HSL | 116.15º | 0.76% | 0.48% | - |
| HSV(B) | 116.15º | 0.86% | 0.85% | - |
| XYZ | 26 | 50.21 | 9.55 | - |
| YUV | 143.36 | 64.02 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 30 | 0.81 | 0 | 0.86 | 0.15 | 116.15 | 0.76 | 0.48 |
| Hex | 2A | D9 | 1E | 51 | 0 | 56 | F | 74 | 4C | 30 |
| Octal | 52 | 331 | 36 | 121 | 0 | 126 | 17 | 164 | 114 | 60 |
| Binary | 101010 | 11011001 | 11110 | 1010001 | 0 | 1010110 | 1111 | 1110100 | 1001100 | 110000 |
Color Harmonies of #2AD91E
Complementary color
Monochromatic Colors of #2AD91E
Black with #2AD91E
Text Example
Text Example
White with #2AD91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD91E; }
p { color: rgb(42,217,30); }
H1.HeaderClassName
{
color: #2AD91E;
}
.AnyTagClassName
{
color: #2AD91E;
}
</style>
background-color css
<style>
a { background-color: #2AD91E; }
a { background-color: rgb(42,217,30); }
div.DivClassName
{
background-color: #2AD91E;
}
.BgClassName
{
background-color: #2AD91E;
}
</style>
border-color css
<style>
span { border-color: #2AD91E; }
span { border-color: rgb(42,217,30); }
td.TdClassName
{
border-color: #2AD91E;
}
.TagClassName
{
border-color: #2AD91E;
}
</style>