Shades of Lime Green #3AD12E
Tints of Lime Green #3AD12E
RGB
CMYK
RGB Variations
Color information
#3AD12E (or 0x3AD12E) is known color: Lime Green. HEX triplet: 3A, D1 and 2E. RGB value is (58,209,46). Sum of RGB (Red+Green+Blue) = 58+209+46=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 209 (82.03% from 255 or 66.77% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD12E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD12E is #C52ED1. Grayscale: #919191. Windows color (decimal): -12922578 or 3068218. OLE color: 3068218.
HSL color Cylindrical-coordinate representation of color #3AD12E: hue angle of 115.58º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3AD12E is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 209 | 46 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.18 |
| HSL | 115.58º | 0.64% | 0.5% | - |
| HSV(B) | 115.58º | 0.78% | 0.82% | - |
| XYZ | 25.04 | 46.7 | 10.28 | - |
| YUV | 145.27 | 71.97 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 209 | 46 | 0.72 | 0 | 0.78 | 0.18 | 115.58 | 0.64 | 0.5 |
| Hex | 3A | D1 | 2E | 48 | 0 | 4E | 12 | 74 | 40 | 32 |
| Octal | 72 | 321 | 56 | 110 | 0 | 116 | 22 | 164 | 100 | 62 |
| Binary | 111010 | 11010001 | 101110 | 1001000 | 0 | 1001110 | 10010 | 1110100 | 1000000 | 110010 |
Color Harmonies of #3AD12E
Complementary color
Monochromatic Colors of #3AD12E
Black with #3AD12E
Text Example
Text Example
White with #3AD12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD12E; }
p { color: rgb(58,209,46); }
H1.HeaderClassName
{
color: #3AD12E;
}
.AnyTagClassName
{
color: #3AD12E;
}
</style>
background-color css
<style>
a { background-color: #3AD12E; }
a { background-color: rgb(58,209,46); }
div.DivClassName
{
background-color: #3AD12E;
}
.BgClassName
{
background-color: #3AD12E;
}
</style>
border-color css
<style>
span { border-color: #3AD12E; }
span { border-color: rgb(58,209,46); }
td.TdClassName
{
border-color: #3AD12E;
}
.TagClassName
{
border-color: #3AD12E;
}
</style>