Shades of Lime Green #3EDD1D
Tints of Lime Green #3EDD1D
RGB
CMYK
RGB Variations
Color information
#3EDD1D (or 0x3EDD1D) is known color: Lime Green. HEX triplet: 3E, DD and 1D. RGB value is (62,221,29). Sum of RGB (Red+Green+Blue) = 62+221+29=312 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.87% from 312); Green value is 221 (86.72% from 255 or 70.83% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDD1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDD1D is #C122E2. Grayscale: #989898. Windows color (decimal): -12657379 or 1957182. OLE color: 1957182.
HSL color Cylindrical-coordinate representation of color #3EDD1D: hue angle of 109.69º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3EDD1D is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 221 | 29 | - |
| CMYK | 0.72 | 0 | 0.87 | 0.13 |
| HSL | 109.69º | 0.77% | 0.49% | - |
| HSV(B) | 109.69º | 0.87% | 0.87% | - |
| XYZ | 28.06 | 52.83 | 9.88 | - |
| YUV | 151.57 | 58.82 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 221 | 29 | 0.72 | 0 | 0.87 | 0.13 | 109.69 | 0.77 | 0.49 |
| Hex | 3E | DD | 1D | 48 | 0 | 57 | D | 6E | 4D | 31 |
| Octal | 76 | 335 | 35 | 110 | 0 | 127 | 15 | 156 | 115 | 61 |
| Binary | 111110 | 11011101 | 11101 | 1001000 | 0 | 1010111 | 1101 | 1101110 | 1001101 | 110001 |
Color Harmonies of #3EDD1D
Complementary color
Monochromatic Colors of #3EDD1D
Black with #3EDD1D
Text Example
Text Example
White with #3EDD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDD1D; }
p { color: rgb(62,221,29); }
H1.HeaderClassName
{
color: #3EDD1D;
}
.AnyTagClassName
{
color: #3EDD1D;
}
</style>
background-color css
<style>
a { background-color: #3EDD1D; }
a { background-color: rgb(62,221,29); }
div.DivClassName
{
background-color: #3EDD1D;
}
.BgClassName
{
background-color: #3EDD1D;
}
</style>
border-color css
<style>
span { border-color: #3EDD1D; }
span { border-color: rgb(62,221,29); }
td.TdClassName
{
border-color: #3EDD1D;
}
.TagClassName
{
border-color: #3EDD1D;
}
</style>