Shades of Lime Green #2AD127
Tints of Lime Green #2AD127
RGB
CMYK
RGB Variations
Color information
#2AD127 (or 0x2AD127) is known color: Lime Green. HEX triplet: 2A, D1 and 27. RGB value is (42,209,39). Sum of RGB (Red+Green+Blue) = 42+209+39=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 209 (82.03% from 255 or 72.07% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD127 is #D52ED8. Grayscale: #8C8C8C. Windows color (decimal): -13971161 or 2609450. OLE color: 2609450.
HSL color Cylindrical-coordinate representation of color #2AD127: hue angle of 118.94º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD127 is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 209 | 39 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.18 |
| HSL | 118.94º | 0.69% | 0.49% | - |
| HSV(B) | 118.94º | 0.81% | 0.82% | - |
| XYZ | 24.12 | 46.24 | 9.57 | - |
| YUV | 139.69 | 71.17 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 209 | 39 | 0.80 | 0 | 0.81 | 0.18 | 118.94 | 0.69 | 0.49 |
| Hex | 2A | D1 | 27 | 50 | 0 | 51 | 12 | 77 | 45 | 31 |
| Octal | 52 | 321 | 47 | 120 | 0 | 121 | 22 | 167 | 105 | 61 |
| Binary | 101010 | 11010001 | 100111 | 1010000 | 0 | 1010001 | 10010 | 1110111 | 1000101 | 110001 |
Color Harmonies of #2AD127
Complementary color
Monochromatic Colors of #2AD127
Black with #2AD127
Text Example
Text Example
White with #2AD127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD127; }
p { color: rgb(42,209,39); }
H1.HeaderClassName
{
color: #2AD127;
}
.AnyTagClassName
{
color: #2AD127;
}
</style>
background-color css
<style>
a { background-color: #2AD127; }
a { background-color: rgb(42,209,39); }
div.DivClassName
{
background-color: #2AD127;
}
.BgClassName
{
background-color: #2AD127;
}
</style>
border-color css
<style>
span { border-color: #2AD127; }
span { border-color: rgb(42,209,39); }
td.TdClassName
{
border-color: #2AD127;
}
.TagClassName
{
border-color: #2AD127;
}
</style>