Shades of Lime Green #3ED83E
Tints of Lime Green #3ED83E
RGB
CMYK
RGB Variations
Color information
#3ED83E (or 0x3ED83E) is known color: Lime Green. HEX triplet: 3E, D8 and 3E. RGB value is (62,216,62). Sum of RGB (Red+Green+Blue) = 62+216+62=340 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.24% from 340); Green value is 216 (84.77% from 255 or 63.53% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 216 - color contains mainly: green. Hex color #3ED83E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED83E is #C127C1. Grayscale: #989898. Windows color (decimal): -12658626 or 4118590. OLE color: 4118590.
HSL color Cylindrical-coordinate representation of color #3ED83E: hue angle of 120º 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 #3ED83E is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 216 | 62 | - |
| CMYK | 0.71 | 0 | 0.71 | 0.15 |
| HSL | 120º | 0.66% | 0.55% | - |
| HSV(B) | 120º | 0.71% | 0.85% | - |
| XYZ | 27.41 | 50.48 | 12.86 | - |
| YUV | 152.4 | 76.98 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 216 | 62 | 0.71 | 0 | 0.71 | 0.15 | 120 | 0.66 | 0.55 |
| Hex | 3E | D8 | 3E | 47 | 0 | 47 | F | 78 | 42 | 37 |
| Octal | 76 | 330 | 76 | 107 | 0 | 107 | 17 | 170 | 102 | 67 |
| Binary | 111110 | 11011000 | 111110 | 1000111 | 0 | 1000111 | 1111 | 1111000 | 1000010 | 110111 |
Color Harmonies of #3ED83E
Complementary color
Monochromatic Colors of #3ED83E
Black with #3ED83E
Text Example
Text Example
White with #3ED83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED83E; }
p { color: rgb(62,216,62); }
H1.HeaderClassName
{
color: #3ED83E;
}
.AnyTagClassName
{
color: #3ED83E;
}
</style>
background-color css
<style>
a { background-color: #3ED83E; }
a { background-color: rgb(62,216,62); }
div.DivClassName
{
background-color: #3ED83E;
}
.BgClassName
{
background-color: #3ED83E;
}
</style>
border-color css
<style>
span { border-color: #3ED83E; }
span { border-color: rgb(62,216,62); }
td.TdClassName
{
border-color: #3ED83E;
}
.TagClassName
{
border-color: #3ED83E;
}
</style>