Shades of Lime Green #3ED14C
Tints of Lime Green #3ED14C
RGB
CMYK
RGB Variations
Color information
#3ED14C (or 0x3ED14C) is known color: Lime Green. HEX triplet: 3E, D1 and 4C. RGB value is (62,209,76). Sum of RGB (Red+Green+Blue) = 62+209+76=347 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.87% from 347); Green value is 209 (82.03% from 255 or 60.23% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 209 - color contains mainly: green. Hex color #3ED14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED14C is #C12EB3. Grayscale: #969696. Windows color (decimal): -12660404 or 5034302. OLE color: 5034302.
HSL color Cylindrical-coordinate representation of color #3ED14C: hue angle of 125.71º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ED14C is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 209 | 76 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.18 |
| HSL | 125.71º | 0.62% | 0.53% | - |
| HSV(B) | 125.71º | 0.7% | 0.82% | - |
| XYZ | 26.09 | 47.15 | 14.56 | - |
| YUV | 149.89 | 86.3 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 209 | 76 | 0.70 | 0 | 0.64 | 0.18 | 125.71 | 0.62 | 0.53 |
| Hex | 3E | D1 | 4C | 46 | 0 | 40 | 12 | 7E | 3E | 35 |
| Octal | 76 | 321 | 114 | 106 | 0 | 100 | 22 | 176 | 76 | 65 |
| Binary | 111110 | 11010001 | 1001100 | 1000110 | 0 | 1000000 | 10010 | 1111110 | 111110 | 110101 |
Color Harmonies of #3ED14C
Complementary color
Monochromatic Colors of #3ED14C
Black with #3ED14C
Text Example
Text Example
White with #3ED14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED14C; }
p { color: rgb(62,209,76); }
H1.HeaderClassName
{
color: #3ED14C;
}
.AnyTagClassName
{
color: #3ED14C;
}
</style>
background-color css
<style>
a { background-color: #3ED14C; }
a { background-color: rgb(62,209,76); }
div.DivClassName
{
background-color: #3ED14C;
}
.BgClassName
{
background-color: #3ED14C;
}
</style>
border-color css
<style>
span { border-color: #3ED14C; }
span { border-color: rgb(62,209,76); }
td.TdClassName
{
border-color: #3ED14C;
}
.TagClassName
{
border-color: #3ED14C;
}
</style>