Shades of Lime Green #3AD73F
Tints of Lime Green #3AD73F
RGB
CMYK
RGB Variations
Color information
#3AD73F (or 0x3AD73F) is known color: Lime Green. HEX triplet: 3A, D7 and 3F. RGB value is (58,215,63). Sum of RGB (Red+Green+Blue) = 58+215+63=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 215 (84.38% from 255 or 63.99% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD73F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD73F is #C528C0. Grayscale: #979797. Windows color (decimal): -12921025 or 4183866. OLE color: 4183866.
HSL color Cylindrical-coordinate representation of color #3AD73F: hue angle of 121.91º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD73F is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 63 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.16 |
| HSL | 121.91º | 0.66% | 0.54% | - |
| HSV(B) | 121.91º | 0.73% | 0.84% | - |
| XYZ | 26.94 | 49.86 | 12.91 | - |
| YUV | 150.73 | 78.49 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 63 | 0.73 | 0 | 0.71 | 0.16 | 121.91 | 0.66 | 0.54 |
| Hex | 3A | D7 | 3F | 49 | 0 | 47 | 10 | 7A | 42 | 36 |
| Octal | 72 | 327 | 77 | 111 | 0 | 107 | 20 | 172 | 102 | 66 |
| Binary | 111010 | 11010111 | 111111 | 1001001 | 0 | 1000111 | 10000 | 1111010 | 1000010 | 110110 |
Color Harmonies of #3AD73F
Complementary color
Monochromatic Colors of #3AD73F
Black with #3AD73F
Text Example
Text Example
White with #3AD73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD73F; }
p { color: rgb(58,215,63); }
H1.HeaderClassName
{
color: #3AD73F;
}
.AnyTagClassName
{
color: #3AD73F;
}
</style>
background-color css
<style>
a { background-color: #3AD73F; }
a { background-color: rgb(58,215,63); }
div.DivClassName
{
background-color: #3AD73F;
}
.BgClassName
{
background-color: #3AD73F;
}
</style>
border-color css
<style>
span { border-color: #3AD73F; }
span { border-color: rgb(58,215,63); }
td.TdClassName
{
border-color: #3AD73F;
}
.TagClassName
{
border-color: #3AD73F;
}
</style>