Shades of Lime Green #3AD34E
Tints of Lime Green #3AD34E
RGB
CMYK
RGB Variations
Color information
#3AD34E (or 0x3AD34E) is known color: Lime Green. HEX triplet: 3A, D3 and 4E. RGB value is (58,211,78). Sum of RGB (Red+Green+Blue) = 58+211+78=347 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.71% from 347); Green value is 211 (82.81% from 255 or 60.81% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD34E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD34E is #C52CB1. Grayscale: #969696. Windows color (decimal): -12922034 or 5165882. OLE color: 5165882.
HSL color Cylindrical-coordinate representation of color #3AD34E: hue angle of 127.84º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD34E is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 78 | - |
| CMYK | 0.73 | 0 | 0.63 | 0.17 |
| HSL | 127.84º | 0.63% | 0.53% | - |
| HSV(B) | 127.84º | 0.73% | 0.83% | - |
| XYZ | 26.41 | 48.04 | 15.09 | - |
| YUV | 150.09 | 87.31 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 78 | 0.73 | 0 | 0.63 | 0.17 | 127.84 | 0.63 | 0.53 |
| Hex | 3A | D3 | 4E | 49 | 0 | 3F | 11 | 80 | 3F | 35 |
| Octal | 72 | 323 | 116 | 111 | 0 | 77 | 21 | 200 | 77 | 65 |
| Binary | 111010 | 11010011 | 1001110 | 1001001 | 0 | 111111 | 10001 | 10000000 | 111111 | 110101 |
Color Harmonies of #3AD34E
Complementary color
Monochromatic Colors of #3AD34E
Black with #3AD34E
Text Example
Text Example
White with #3AD34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD34E; }
p { color: rgb(58,211,78); }
H1.HeaderClassName
{
color: #3AD34E;
}
.AnyTagClassName
{
color: #3AD34E;
}
</style>
background-color css
<style>
a { background-color: #3AD34E; }
a { background-color: rgb(58,211,78); }
div.DivClassName
{
background-color: #3AD34E;
}
.BgClassName
{
background-color: #3AD34E;
}
</style>
border-color css
<style>
span { border-color: #3AD34E; }
span { border-color: rgb(58,211,78); }
td.TdClassName
{
border-color: #3AD34E;
}
.TagClassName
{
border-color: #3AD34E;
}
</style>