Shades of Lime Green #2AD23E
Tints of Lime Green #2AD23E
RGB
CMYK
RGB Variations
Color information
#2AD23E (or 0x2AD23E) is known color: Lime Green. HEX triplet: 2A, D2 and 3E. RGB value is (42,210,62). Sum of RGB (Red+Green+Blue) = 42+210+62=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 210 (82.42% from 255 or 66.88% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD23E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD23E is #D52DC1. Grayscale: #8F8F8F. Windows color (decimal): -13970882 or 4117034. OLE color: 4117034.
HSL color Cylindrical-coordinate representation of color #2AD23E: hue angle of 127.14º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD23E is Cyan = 0.8, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 62 | - |
| CMYK | 0.8 | 0 | 0.70 | 0.18 |
| HSL | 127.14º | 0.67% | 0.49% | - |
| HSV(B) | 127.14º | 0.8% | 0.82% | - |
| XYZ | 24.87 | 46.93 | 12.31 | - |
| YUV | 142.9 | 82.34 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 62 | 0.8 | 0 | 0.70 | 0.18 | 127.14 | 0.67 | 0.49 |
| Hex | 2A | D2 | 3E | 50 | 0 | 46 | 12 | 7F | 43 | 31 |
| Octal | 52 | 322 | 76 | 120 | 0 | 106 | 22 | 177 | 103 | 61 |
| Binary | 101010 | 11010010 | 111110 | 1010000 | 0 | 1000110 | 10010 | 1111111 | 1000011 | 110001 |
Color Harmonies of #2AD23E
Complementary color
Monochromatic Colors of #2AD23E
Black with #2AD23E
Text Example
Text Example
White with #2AD23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD23E; }
p { color: rgb(42,210,62); }
H1.HeaderClassName
{
color: #2AD23E;
}
.AnyTagClassName
{
color: #2AD23E;
}
</style>
background-color css
<style>
a { background-color: #2AD23E; }
a { background-color: rgb(42,210,62); }
div.DivClassName
{
background-color: #2AD23E;
}
.BgClassName
{
background-color: #2AD23E;
}
</style>
border-color css
<style>
span { border-color: #2AD23E; }
span { border-color: rgb(42,210,62); }
td.TdClassName
{
border-color: #2AD23E;
}
.TagClassName
{
border-color: #2AD23E;
}
</style>