Shades of Lime Green #3AD91A
Tints of Lime Green #3AD91A
RGB
CMYK
RGB Variations
Color information
#3AD91A (or 0x3AD91A) is known color: Lime Green. HEX triplet: 3A, D9 and 1A. RGB value is (58,217,26). Sum of RGB (Red+Green+Blue) = 58+217+26=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 217 (85.16% from 255 or 72.09% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD91A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD91A is #C526E5. Grayscale: #949494. Windows color (decimal): -12920550 or 1759546. OLE color: 1759546.
HSL color Cylindrical-coordinate representation of color #3AD91A: hue angle of 109.95º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3AD91A is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 26 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.15 |
| HSL | 109.95º | 0.79% | 0.48% | - |
| HSV(B) | 109.95º | 0.88% | 0.85% | - |
| XYZ | 26.74 | 50.6 | 9.33 | - |
| YUV | 147.69 | 59.32 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 26 | 0.73 | 0 | 0.88 | 0.15 | 109.95 | 0.79 | 0.48 |
| Hex | 3A | D9 | 1A | 49 | 0 | 58 | F | 6E | 4F | 30 |
| Octal | 72 | 331 | 32 | 111 | 0 | 130 | 17 | 156 | 117 | 60 |
| Binary | 111010 | 11011001 | 11010 | 1001001 | 0 | 1011000 | 1111 | 1101110 | 1001111 | 110000 |
Color Harmonies of #3AD91A
Complementary color
Monochromatic Colors of #3AD91A
Black with #3AD91A
Text Example
Text Example
White with #3AD91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD91A; }
p { color: rgb(58,217,26); }
H1.HeaderClassName
{
color: #3AD91A;
}
.AnyTagClassName
{
color: #3AD91A;
}
</style>
background-color css
<style>
a { background-color: #3AD91A; }
a { background-color: rgb(58,217,26); }
div.DivClassName
{
background-color: #3AD91A;
}
.BgClassName
{
background-color: #3AD91A;
}
</style>
border-color css
<style>
span { border-color: #3AD91A; }
span { border-color: rgb(58,217,26); }
td.TdClassName
{
border-color: #3AD91A;
}
.TagClassName
{
border-color: #3AD91A;
}
</style>