Shades of Lime Green #3AD917
Tints of Lime Green #3AD917
RGB
CMYK
RGB Variations
Color information
#3AD917 (or 0x3AD917) is known color: Lime Green. HEX triplet: 3A, D9 and 17. RGB value is (58,217,23). Sum of RGB (Red+Green+Blue) = 58+217+23=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 217 (85.16% from 255 or 72.82% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD917 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD917 is #C526E8. Grayscale: #939393. Windows color (decimal): -12920553 or 1562938. OLE color: 1562938.
HSL color Cylindrical-coordinate representation of color #3AD917: hue angle of 109.18º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3AD917 is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 23 | - |
| CMYK | 0.73 | 0 | 0.89 | 0.15 |
| HSL | 109.18º | 0.81% | 0.47% | - |
| HSV(B) | 109.18º | 0.89% | 0.85% | - |
| XYZ | 26.71 | 50.59 | 9.17 | - |
| YUV | 147.34 | 57.82 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 23 | 0.73 | 0 | 0.89 | 0.15 | 109.18 | 0.81 | 0.47 |
| Hex | 3A | D9 | 17 | 49 | 0 | 59 | F | 6D | 51 | 2F |
| Octal | 72 | 331 | 27 | 111 | 0 | 131 | 17 | 155 | 121 | 57 |
| Binary | 111010 | 11011001 | 10111 | 1001001 | 0 | 1011001 | 1111 | 1101101 | 1010001 | 101111 |
Color Harmonies of #3AD917
Complementary color
Monochromatic Colors of #3AD917
Black with #3AD917
Text Example
Text Example
White with #3AD917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD917; }
p { color: rgb(58,217,23); }
H1.HeaderClassName
{
color: #3AD917;
}
.AnyTagClassName
{
color: #3AD917;
}
</style>
background-color css
<style>
a { background-color: #3AD917; }
a { background-color: rgb(58,217,23); }
div.DivClassName
{
background-color: #3AD917;
}
.BgClassName
{
background-color: #3AD917;
}
</style>
border-color css
<style>
span { border-color: #3AD917; }
span { border-color: rgb(58,217,23); }
td.TdClassName
{
border-color: #3AD917;
}
.TagClassName
{
border-color: #3AD917;
}
</style>