Shades of Lime Green #2AD03A
Tints of Lime Green #2AD03A
RGB
CMYK
RGB Variations
Color information
#2AD03A (or 0x2AD03A) is known color: Lime Green. HEX triplet: 2A, D0 and 3A. RGB value is (42,208,58). Sum of RGB (Red+Green+Blue) = 42+208+58=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 208 (81.64% from 255 or 67.53% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD03A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD03A is #D52FC5. Grayscale: #8D8D8D. Windows color (decimal): -13971398 or 3854378. OLE color: 3854378.
HSL color Cylindrical-coordinate representation of color #2AD03A: hue angle of 125.78º degrees, saturation: 0.66, 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 #2AD03A is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 58 | - |
| CMYK | 0.80 | 0 | 0.72 | 0.18 |
| HSL | 125.78º | 0.66% | 0.49% | - |
| HSV(B) | 125.78º | 0.8% | 0.82% | - |
| XYZ | 24.27 | 45.91 | 11.59 | - |
| YUV | 141.27 | 81 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 58 | 0.80 | 0 | 0.72 | 0.18 | 125.78 | 0.66 | 0.49 |
| Hex | 2A | D0 | 3A | 50 | 0 | 48 | 12 | 7E | 42 | 31 |
| Octal | 52 | 320 | 72 | 120 | 0 | 110 | 22 | 176 | 102 | 61 |
| Binary | 101010 | 11010000 | 111010 | 1010000 | 0 | 1001000 | 10010 | 1111110 | 1000010 | 110001 |
Color Harmonies of #2AD03A
Complementary color
Monochromatic Colors of #2AD03A
Black with #2AD03A
Text Example
Text Example
White with #2AD03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD03A; }
p { color: rgb(42,208,58); }
H1.HeaderClassName
{
color: #2AD03A;
}
.AnyTagClassName
{
color: #2AD03A;
}
</style>
background-color css
<style>
a { background-color: #2AD03A; }
a { background-color: rgb(42,208,58); }
div.DivClassName
{
background-color: #2AD03A;
}
.BgClassName
{
background-color: #2AD03A;
}
</style>
border-color css
<style>
span { border-color: #2AD03A; }
span { border-color: rgb(42,208,58); }
td.TdClassName
{
border-color: #2AD03A;
}
.TagClassName
{
border-color: #2AD03A;
}
</style>