Shades of Lime Green #2AD11E
Tints of Lime Green #2AD11E
RGB
CMYK
RGB Variations
Color information
#2AD11E (or 0x2AD11E) is known color: Lime Green. HEX triplet: 2A, D1 and 1E. RGB value is (42,209,30). Sum of RGB (Red+Green+Blue) = 42+209+30=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 209 (82.03% from 255 or 74.38% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD11E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD11E is #D52EE1. Grayscale: #8B8B8B. Windows color (decimal): -13971170 or 2019626. OLE color: 2019626.
HSL color Cylindrical-coordinate representation of color #2AD11E: hue angle of 115.98º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AD11E is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 209 | 30 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.18 |
| HSL | 115.98º | 0.75% | 0.47% | - |
| HSV(B) | 115.98º | 0.86% | 0.82% | - |
| XYZ | 23.99 | 46.19 | 8.88 | - |
| YUV | 138.66 | 66.67 | 59.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 209 | 30 | 0.80 | 0 | 0.86 | 0.18 | 115.98 | 0.75 | 0.47 |
| Hex | 2A | D1 | 1E | 50 | 0 | 56 | 12 | 74 | 4B | 2F |
| Octal | 52 | 321 | 36 | 120 | 0 | 126 | 22 | 164 | 113 | 57 |
| Binary | 101010 | 11010001 | 11110 | 1010000 | 0 | 1010110 | 10010 | 1110100 | 1001011 | 101111 |
Color Harmonies of #2AD11E
Complementary color
Monochromatic Colors of #2AD11E
Black with #2AD11E
Text Example
Text Example
White with #2AD11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD11E; }
p { color: rgb(42,209,30); }
H1.HeaderClassName
{
color: #2AD11E;
}
.AnyTagClassName
{
color: #2AD11E;
}
</style>
background-color css
<style>
a { background-color: #2AD11E; }
a { background-color: rgb(42,209,30); }
div.DivClassName
{
background-color: #2AD11E;
}
.BgClassName
{
background-color: #2AD11E;
}
</style>
border-color css
<style>
span { border-color: #2AD11E; }
span { border-color: rgb(42,209,30); }
td.TdClassName
{
border-color: #2AD11E;
}
.TagClassName
{
border-color: #2AD11E;
}
</style>