Shades of Lime Green #3AD122
Tints of Lime Green #3AD122
RGB
CMYK
RGB Variations
Color information
#3AD122 (or 0x3AD122) is known color: Lime Green. HEX triplet: 3A, D1 and 22. RGB value is (58,209,34). Sum of RGB (Red+Green+Blue) = 58+209+34=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 209 (82.03% from 255 or 69.44% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD122 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD122 is #C52EDD. Grayscale: #909090. Windows color (decimal): -12922590 or 2281786. OLE color: 2281786.
HSL color Cylindrical-coordinate representation of color #3AD122: hue angle of 111.77º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3AD122 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 209 | 34 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.18 |
| HSL | 111.77º | 0.72% | 0.48% | - |
| HSV(B) | 111.77º | 0.84% | 0.82% | - |
| XYZ | 24.83 | 46.62 | 9.2 | - |
| YUV | 143.9 | 65.97 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 209 | 34 | 0.72 | 0 | 0.84 | 0.18 | 111.77 | 0.72 | 0.48 |
| Hex | 3A | D1 | 22 | 48 | 0 | 54 | 12 | 70 | 48 | 30 |
| Octal | 72 | 321 | 42 | 110 | 0 | 124 | 22 | 160 | 110 | 60 |
| Binary | 111010 | 11010001 | 100010 | 1001000 | 0 | 1010100 | 10010 | 1110000 | 1001000 | 110000 |
Color Harmonies of #3AD122
Complementary color
Monochromatic Colors of #3AD122
Black with #3AD122
Text Example
Text Example
White with #3AD122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD122; }
p { color: rgb(58,209,34); }
H1.HeaderClassName
{
color: #3AD122;
}
.AnyTagClassName
{
color: #3AD122;
}
</style>
background-color css
<style>
a { background-color: #3AD122; }
a { background-color: rgb(58,209,34); }
div.DivClassName
{
background-color: #3AD122;
}
.BgClassName
{
background-color: #3AD122;
}
</style>
border-color css
<style>
span { border-color: #3AD122; }
span { border-color: rgb(58,209,34); }
td.TdClassName
{
border-color: #3AD122;
}
.TagClassName
{
border-color: #3AD122;
}
</style>