Shades of Lime Green #2AD018
Tints of Lime Green #2AD018
RGB
CMYK
RGB Variations
Color information
#2AD018 (or 0x2AD018) is known color: Lime Green. HEX triplet: 2A, D0 and 18. RGB value is (42,208,24). Sum of RGB (Red+Green+Blue) = 42+208+24=274 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.33% from 274); Green value is 208 (81.64% from 255 or 75.91% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD018 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD018 is #D52FE7. Grayscale: #898989. Windows color (decimal): -13971432 or 1626154. OLE color: 1626154.
HSL color Cylindrical-coordinate representation of color #2AD018: hue angle of 114.13º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2AD018 is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 24 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.18 |
| HSL | 114.13º | 0.79% | 0.45% | - |
| HSV(B) | 114.13º | 0.88% | 0.82% | - |
| XYZ | 23.68 | 45.67 | 8.43 | - |
| YUV | 137.39 | 64 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 24 | 0.80 | 0 | 0.88 | 0.18 | 114.13 | 0.79 | 0.45 |
| Hex | 2A | D0 | 18 | 50 | 0 | 58 | 12 | 72 | 4F | 2D |
| Octal | 52 | 320 | 30 | 120 | 0 | 130 | 22 | 162 | 117 | 55 |
| Binary | 101010 | 11010000 | 11000 | 1010000 | 0 | 1011000 | 10010 | 1110010 | 1001111 | 101101 |
Color Harmonies of #2AD018
Complementary color
Monochromatic Colors of #2AD018
Black with #2AD018
Text Example
Text Example
White with #2AD018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD018; }
p { color: rgb(42,208,24); }
H1.HeaderClassName
{
color: #2AD018;
}
.AnyTagClassName
{
color: #2AD018;
}
</style>
background-color css
<style>
a { background-color: #2AD018; }
a { background-color: rgb(42,208,24); }
div.DivClassName
{
background-color: #2AD018;
}
.BgClassName
{
background-color: #2AD018;
}
</style>
border-color css
<style>
span { border-color: #2AD018; }
span { border-color: rgb(42,208,24); }
td.TdClassName
{
border-color: #2AD018;
}
.TagClassName
{
border-color: #2AD018;
}
</style>