Shades of Lime Green #3AD01E
Tints of Lime Green #3AD01E
RGB
CMYK
RGB Variations
Color information
#3AD01E (or 0x3AD01E) is known color: Lime Green. HEX triplet: 3A, D0 and 1E. RGB value is (58,208,30). Sum of RGB (Red+Green+Blue) = 58+208+30=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 208 (81.64% from 255 or 70.27% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD01E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD01E is #C52FE1. Grayscale: #8F8F8F. Windows color (decimal): -12922850 or 2019386. OLE color: 2019386.
HSL color Cylindrical-coordinate representation of color #3AD01E: hue angle of 110.56º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3AD01E is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 30 | - |
| CMYK | 0.72 | 0 | 0.86 | 0.18 |
| HSL | 110.56º | 0.75% | 0.47% | - |
| HSV(B) | 110.56º | 0.86% | 0.82% | - |
| XYZ | 24.54 | 46.11 | 8.83 | - |
| YUV | 142.86 | 64.31 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 30 | 0.72 | 0 | 0.86 | 0.18 | 110.56 | 0.75 | 0.47 |
| Hex | 3A | D0 | 1E | 48 | 0 | 56 | 12 | 6F | 4B | 2F |
| Octal | 72 | 320 | 36 | 110 | 0 | 126 | 22 | 157 | 113 | 57 |
| Binary | 111010 | 11010000 | 11110 | 1001000 | 0 | 1010110 | 10010 | 1101111 | 1001011 | 101111 |
Color Harmonies of #3AD01E
Complementary color
Monochromatic Colors of #3AD01E
Black with #3AD01E
Text Example
Text Example
White with #3AD01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD01E; }
p { color: rgb(58,208,30); }
H1.HeaderClassName
{
color: #3AD01E;
}
.AnyTagClassName
{
color: #3AD01E;
}
</style>
background-color css
<style>
a { background-color: #3AD01E; }
a { background-color: rgb(58,208,30); }
div.DivClassName
{
background-color: #3AD01E;
}
.BgClassName
{
background-color: #3AD01E;
}
</style>
border-color css
<style>
span { border-color: #3AD01E; }
span { border-color: rgb(58,208,30); }
td.TdClassName
{
border-color: #3AD01E;
}
.TagClassName
{
border-color: #3AD01E;
}
</style>