Shades of Lime Green #3AD01A
Tints of Lime Green #3AD01A
RGB
CMYK
RGB Variations
Color information
#3AD01A (or 0x3AD01A) is known color: Lime Green. HEX triplet: 3A, D0 and 1A. RGB value is (58,208,26). Sum of RGB (Red+Green+Blue) = 58+208+26=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 208 (81.64% from 255 or 71.23% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD01A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD01A is #C52FE5. Grayscale: #8E8E8E. Windows color (decimal): -12922854 or 1757242. OLE color: 1757242.
HSL color Cylindrical-coordinate representation of color #3AD01A: hue angle of 109.45º 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 #3AD01A is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 26 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.18 |
| HSL | 109.45º | 0.78% | 0.46% | - |
| HSV(B) | 109.45º | 0.88% | 0.82% | - |
| XYZ | 24.49 | 46.09 | 8.58 | - |
| YUV | 142.4 | 62.31 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 26 | 0.72 | 0 | 0.88 | 0.18 | 109.45 | 0.78 | 0.46 |
| Hex | 3A | D0 | 1A | 48 | 0 | 58 | 12 | 6D | 4E | 2E |
| Octal | 72 | 320 | 32 | 110 | 0 | 130 | 22 | 155 | 116 | 56 |
| Binary | 111010 | 11010000 | 11010 | 1001000 | 0 | 1011000 | 10010 | 1101101 | 1001110 | 101110 |
Color Harmonies of #3AD01A
Complementary color
Monochromatic Colors of #3AD01A
Black with #3AD01A
Text Example
Text Example
White with #3AD01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD01A; }
p { color: rgb(58,208,26); }
H1.HeaderClassName
{
color: #3AD01A;
}
.AnyTagClassName
{
color: #3AD01A;
}
</style>
background-color css
<style>
a { background-color: #3AD01A; }
a { background-color: rgb(58,208,26); }
div.DivClassName
{
background-color: #3AD01A;
}
.BgClassName
{
background-color: #3AD01A;
}
</style>
border-color css
<style>
span { border-color: #3AD01A; }
span { border-color: rgb(58,208,26); }
td.TdClassName
{
border-color: #3AD01A;
}
.TagClassName
{
border-color: #3AD01A;
}
</style>