Shades of Lime Green #3AD71D
Tints of Lime Green #3AD71D
RGB
CMYK
RGB Variations
Color information
#3AD71D (or 0x3AD71D) is known color: Lime Green. HEX triplet: 3A, D7 and 1D. RGB value is (58,215,29). Sum of RGB (Red+Green+Blue) = 58+215+29=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 215 (84.38% from 255 or 71.19% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD71D is #C528E2. Grayscale: #939393. Windows color (decimal): -12921059 or 1955642. OLE color: 1955642.
HSL color Cylindrical-coordinate representation of color #3AD71D: hue angle of 110.65º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3AD71D is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 29 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.16 |
| HSL | 110.65º | 0.76% | 0.48% | - |
| HSV(B) | 110.65º | 0.87% | 0.84% | - |
| XYZ | 26.27 | 49.59 | 9.35 | - |
| YUV | 146.85 | 61.49 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 29 | 0.73 | 0 | 0.87 | 0.16 | 110.65 | 0.76 | 0.48 |
| Hex | 3A | D7 | 1D | 49 | 0 | 57 | 10 | 6F | 4C | 30 |
| Octal | 72 | 327 | 35 | 111 | 0 | 127 | 20 | 157 | 114 | 60 |
| Binary | 111010 | 11010111 | 11101 | 1001001 | 0 | 1010111 | 10000 | 1101111 | 1001100 | 110000 |
Color Harmonies of #3AD71D
Complementary color
Monochromatic Colors of #3AD71D
Black with #3AD71D
Text Example
Text Example
White with #3AD71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD71D; }
p { color: rgb(58,215,29); }
H1.HeaderClassName
{
color: #3AD71D;
}
.AnyTagClassName
{
color: #3AD71D;
}
</style>
background-color css
<style>
a { background-color: #3AD71D; }
a { background-color: rgb(58,215,29); }
div.DivClassName
{
background-color: #3AD71D;
}
.BgClassName
{
background-color: #3AD71D;
}
</style>
border-color css
<style>
span { border-color: #3AD71D; }
span { border-color: rgb(58,215,29); }
td.TdClassName
{
border-color: #3AD71D;
}
.TagClassName
{
border-color: #3AD71D;
}
</style>