Shades of Lime Green #2AD01A
Tints of Lime Green #2AD01A
RGB
CMYK
RGB Variations
Color information
#2AD01A (or 0x2AD01A) is known color: Lime Green. HEX triplet: 2A, D0 and 1A. RGB value is (42,208,26). Sum of RGB (Red+Green+Blue) = 42+208+26=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 208 (81.64% from 255 or 75.36% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD01A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD01A is #D52FE5. Grayscale: #8A8A8A. Windows color (decimal): -13971430 or 1757226. OLE color: 1757226.
HSL color Cylindrical-coordinate representation of color #2AD01A: hue angle of 114.73º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2AD01A is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 26 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.18 |
| HSL | 114.73º | 0.78% | 0.46% | - |
| HSV(B) | 114.73º | 0.88% | 0.82% | - |
| XYZ | 23.7 | 45.68 | 8.55 | - |
| YUV | 137.62 | 65 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 26 | 0.80 | 0 | 0.88 | 0.18 | 114.73 | 0.78 | 0.46 |
| Hex | 2A | D0 | 1A | 50 | 0 | 58 | 12 | 73 | 4E | 2E |
| Octal | 52 | 320 | 32 | 120 | 0 | 130 | 22 | 163 | 116 | 56 |
| Binary | 101010 | 11010000 | 11010 | 1010000 | 0 | 1011000 | 10010 | 1110011 | 1001110 | 101110 |
Color Harmonies of #2AD01A
Complementary color
Monochromatic Colors of #2AD01A
Black with #2AD01A
Text Example
Text Example
White with #2AD01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD01A; }
p { color: rgb(42,208,26); }
H1.HeaderClassName
{
color: #2AD01A;
}
.AnyTagClassName
{
color: #2AD01A;
}
</style>
background-color css
<style>
a { background-color: #2AD01A; }
a { background-color: rgb(42,208,26); }
div.DivClassName
{
background-color: #2AD01A;
}
.BgClassName
{
background-color: #2AD01A;
}
</style>
border-color css
<style>
span { border-color: #2AD01A; }
span { border-color: rgb(42,208,26); }
td.TdClassName
{
border-color: #2AD01A;
}
.TagClassName
{
border-color: #2AD01A;
}
</style>