Shades of Lime Green #3AD120
Tints of Lime Green #3AD120
RGB
CMYK
RGB Variations
Color information
#3AD120 (or 0x3AD120) is known color: Lime Green. HEX triplet: 3A, D1 and 20. RGB value is (58,209,32). Sum of RGB (Red+Green+Blue) = 58+209+32=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 209 (82.03% from 255 or 69.90% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD120 is #C52EDF. Grayscale: #909090. Windows color (decimal): -12922592 or 2150714. OLE color: 2150714.
HSL color Cylindrical-coordinate representation of color #3AD120: hue angle of 111.19º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3AD120 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 209 | 32 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.18 |
| HSL | 111.19º | 0.73% | 0.47% | - |
| HSV(B) | 111.19º | 0.85% | 0.82% | - |
| XYZ | 24.81 | 46.6 | 9.05 | - |
| YUV | 143.67 | 64.97 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 209 | 32 | 0.72 | 0 | 0.85 | 0.18 | 111.19 | 0.73 | 0.47 |
| Hex | 3A | D1 | 20 | 48 | 0 | 55 | 12 | 6F | 49 | 2F |
| Octal | 72 | 321 | 40 | 110 | 0 | 125 | 22 | 157 | 111 | 57 |
| Binary | 111010 | 11010001 | 100000 | 1001000 | 0 | 1010101 | 10010 | 1101111 | 1001001 | 101111 |
Color Harmonies of #3AD120
Complementary color
Monochromatic Colors of #3AD120
Black with #3AD120
Text Example
Text Example
White with #3AD120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD120; }
p { color: rgb(58,209,32); }
H1.HeaderClassName
{
color: #3AD120;
}
.AnyTagClassName
{
color: #3AD120;
}
</style>
background-color css
<style>
a { background-color: #3AD120; }
a { background-color: rgb(58,209,32); }
div.DivClassName
{
background-color: #3AD120;
}
.BgClassName
{
background-color: #3AD120;
}
</style>
border-color css
<style>
span { border-color: #3AD120; }
span { border-color: rgb(58,209,32); }
td.TdClassName
{
border-color: #3AD120;
}
.TagClassName
{
border-color: #3AD120;
}
</style>