Shades of Lime Green #2AD118
Tints of Lime Green #2AD118
RGB
CMYK
RGB Variations
Color information
#2AD118 (or 0x2AD118) is known color: Lime Green. HEX triplet: 2A, D1 and 18. RGB value is (42,209,24). Sum of RGB (Red+Green+Blue) = 42+209+24=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 209 (82.03% from 255 or 76% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD118 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD118 is #D52EE7. Grayscale: #8A8A8A. Windows color (decimal): -13971176 or 1626410. OLE color: 1626410.
HSL color Cylindrical-coordinate representation of color #2AD118: hue angle of 114.16º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2AD118 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 209 | 24 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.18 |
| HSL | 114.16º | 0.79% | 0.46% | - |
| HSV(B) | 114.16º | 0.89% | 0.82% | - |
| XYZ | 23.92 | 46.16 | 8.51 | - |
| YUV | 137.98 | 63.67 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 209 | 24 | 0.80 | 0 | 0.89 | 0.18 | 114.16 | 0.79 | 0.46 |
| Hex | 2A | D1 | 18 | 50 | 0 | 59 | 12 | 72 | 4F | 2E |
| Octal | 52 | 321 | 30 | 120 | 0 | 131 | 22 | 162 | 117 | 56 |
| Binary | 101010 | 11010001 | 11000 | 1010000 | 0 | 1011001 | 10010 | 1110010 | 1001111 | 101110 |
Color Harmonies of #2AD118
Complementary color
Monochromatic Colors of #2AD118
Black with #2AD118
Text Example
Text Example
White with #2AD118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD118; }
p { color: rgb(42,209,24); }
H1.HeaderClassName
{
color: #2AD118;
}
.AnyTagClassName
{
color: #2AD118;
}
</style>
background-color css
<style>
a { background-color: #2AD118; }
a { background-color: rgb(42,209,24); }
div.DivClassName
{
background-color: #2AD118;
}
.BgClassName
{
background-color: #2AD118;
}
</style>
border-color css
<style>
span { border-color: #2AD118; }
span { border-color: rgb(42,209,24); }
td.TdClassName
{
border-color: #2AD118;
}
.TagClassName
{
border-color: #2AD118;
}
</style>