Shades of Lime Green #3EDD1B
Tints of Lime Green #3EDD1B
RGB
CMYK
RGB Variations
Color information
#3EDD1B (or 0x3EDD1B) is known color: Lime Green. HEX triplet: 3E, DD and 1B. RGB value is (62,221,27). Sum of RGB (Red+Green+Blue) = 62+221+27=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 221 (86.72% from 255 or 71.29% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDD1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDD1B is #C122E4. Grayscale: #979797. Windows color (decimal): -12657381 or 1826110. OLE color: 1826110.
HSL color Cylindrical-coordinate representation of color #3EDD1B: hue angle of 109.18º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3EDD1B is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 221 | 27 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.13 |
| HSL | 109.18º | 0.78% | 0.49% | - |
| HSV(B) | 109.18º | 0.88% | 0.87% | - |
| XYZ | 28.04 | 52.82 | 9.75 | - |
| YUV | 151.34 | 57.82 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 221 | 27 | 0.72 | 0 | 0.88 | 0.13 | 109.18 | 0.78 | 0.49 |
| Hex | 3E | DD | 1B | 48 | 0 | 58 | D | 6D | 4E | 31 |
| Octal | 76 | 335 | 33 | 110 | 0 | 130 | 15 | 155 | 116 | 61 |
| Binary | 111110 | 11011101 | 11011 | 1001000 | 0 | 1011000 | 1101 | 1101101 | 1001110 | 110001 |
Color Harmonies of #3EDD1B
Complementary color
Monochromatic Colors of #3EDD1B
Black with #3EDD1B
Text Example
Text Example
White with #3EDD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDD1B; }
p { color: rgb(62,221,27); }
H1.HeaderClassName
{
color: #3EDD1B;
}
.AnyTagClassName
{
color: #3EDD1B;
}
</style>
background-color css
<style>
a { background-color: #3EDD1B; }
a { background-color: rgb(62,221,27); }
div.DivClassName
{
background-color: #3EDD1B;
}
.BgClassName
{
background-color: #3EDD1B;
}
</style>
border-color css
<style>
span { border-color: #3EDD1B; }
span { border-color: rgb(62,221,27); }
td.TdClassName
{
border-color: #3EDD1B;
}
.TagClassName
{
border-color: #3EDD1B;
}
</style>