Shades of Lime Green #3ED31D
Tints of Lime Green #3ED31D
RGB
CMYK
RGB Variations
Color information
#3ED31D (or 0x3ED31D) is known color: Lime Green. HEX triplet: 3E, D3 and 1D. RGB value is (62,211,29). Sum of RGB (Red+Green+Blue) = 62+211+29=302 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.53% from 302); Green value is 211 (82.81% from 255 or 69.87% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 211 - color contains mainly: green. Hex color #3ED31D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED31D is #C12CE2. Grayscale: #929292. Windows color (decimal): -12659939 or 1954622. OLE color: 1954622.
HSL color Cylindrical-coordinate representation of color #3ED31D: hue angle of 109.12º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3ED31D is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 62 | 211 | 29 | - |
| CMYK | 0.71 | 0 | 0.86 | 0.17 |
| HSL | 109.12º | 0.76% | 0.47% | - |
| HSV(B) | 109.12º | 0.86% | 0.83% | - |
| XYZ | 25.5 | 47.7 | 9.03 | - |
| YUV | 145.7 | 62.14 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 211 | 29 | 0.71 | 0 | 0.86 | 0.17 | 109.12 | 0.76 | 0.47 |
| Hex | 3E | D3 | 1D | 47 | 0 | 56 | 11 | 6D | 4C | 2F |
| Octal | 76 | 323 | 35 | 107 | 0 | 126 | 21 | 155 | 114 | 57 |
| Binary | 111110 | 11010011 | 11101 | 1000111 | 0 | 1010110 | 10001 | 1101101 | 1001100 | 101111 |
Color Harmonies of #3ED31D
Complementary color
Monochromatic Colors of #3ED31D
Black with #3ED31D
Text Example
Text Example
White with #3ED31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED31D; }
p { color: rgb(62,211,29); }
H1.HeaderClassName
{
color: #3ED31D;
}
.AnyTagClassName
{
color: #3ED31D;
}
</style>
background-color css
<style>
a { background-color: #3ED31D; }
a { background-color: rgb(62,211,29); }
div.DivClassName
{
background-color: #3ED31D;
}
.BgClassName
{
background-color: #3ED31D;
}
</style>
border-color css
<style>
span { border-color: #3ED31D; }
span { border-color: rgb(62,211,29); }
td.TdClassName
{
border-color: #3ED31D;
}
.TagClassName
{
border-color: #3ED31D;
}
</style>