Shades of Lime Green #3ED84E
Tints of Lime Green #3ED84E
RGB
CMYK
RGB Variations
Color information
#3ED84E (or 0x3ED84E) is known color: Lime Green. HEX triplet: 3E, D8 and 4E. RGB value is (62,216,78). Sum of RGB (Red+Green+Blue) = 62+216+78=356 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.42% from 356); Green value is 216 (84.77% from 255 or 60.67% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 216 - color contains mainly: green. Hex color #3ED84E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ED84E is #C127B1. Grayscale: #9A9A9A. Windows color (decimal): -12658610 or 5167166. OLE color: 5167166.
HSL color Cylindrical-coordinate representation of color #3ED84E: hue angle of 126.23º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED84E is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 216 | 78 | - |
| CMYK | 0.71 | 0 | 0.64 | 0.15 |
| HSL | 126.23º | 0.66% | 0.55% | - |
| HSV(B) | 126.23º | 0.71% | 0.85% | - |
| XYZ | 27.92 | 50.69 | 15.52 | - |
| YUV | 154.22 | 84.98 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 216 | 78 | 0.71 | 0 | 0.64 | 0.15 | 126.23 | 0.66 | 0.55 |
| Hex | 3E | D8 | 4E | 47 | 0 | 40 | F | 7E | 42 | 37 |
| Octal | 76 | 330 | 116 | 107 | 0 | 100 | 17 | 176 | 102 | 67 |
| Binary | 111110 | 11011000 | 1001110 | 1000111 | 0 | 1000000 | 1111 | 1111110 | 1000010 | 110111 |
Color Harmonies of #3ED84E
Complementary color
Monochromatic Colors of #3ED84E
Black with #3ED84E
Text Example
Text Example
White with #3ED84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED84E; }
p { color: rgb(62,216,78); }
H1.HeaderClassName
{
color: #3ED84E;
}
.AnyTagClassName
{
color: #3ED84E;
}
</style>
background-color css
<style>
a { background-color: #3ED84E; }
a { background-color: rgb(62,216,78); }
div.DivClassName
{
background-color: #3ED84E;
}
.BgClassName
{
background-color: #3ED84E;
}
</style>
border-color css
<style>
span { border-color: #3ED84E; }
span { border-color: rgb(62,216,78); }
td.TdClassName
{
border-color: #3ED84E;
}
.TagClassName
{
border-color: #3ED84E;
}
</style>