Shades of Lime Green #3ED83D
Tints of Lime Green #3ED83D
RGB
CMYK
RGB Variations
Color information
#3ED83D (or 0x3ED83D) is known color: Lime Green. HEX triplet: 3E, D8 and 3D. RGB value is (62,216,61). Sum of RGB (Red+Green+Blue) = 62+216+61=339 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.29% from 339); Green value is 216 (84.77% from 255 or 63.72% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 216 - color contains mainly: green. Hex color #3ED83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED83D is #C127C2. Grayscale: #989898. Windows color (decimal): -12658627 or 4053054. OLE color: 4053054.
HSL color Cylindrical-coordinate representation of color #3ED83D: hue angle of 119.61º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ED83D is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 216 | 61 | - |
| CMYK | 0.71 | 0 | 0.72 | 0.15 |
| HSL | 119.61º | 0.67% | 0.54% | - |
| HSV(B) | 119.61º | 0.72% | 0.85% | - |
| XYZ | 27.38 | 50.47 | 12.71 | - |
| YUV | 152.28 | 76.48 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 216 | 61 | 0.71 | 0 | 0.72 | 0.15 | 119.61 | 0.67 | 0.54 |
| Hex | 3E | D8 | 3D | 47 | 0 | 48 | F | 78 | 43 | 36 |
| Octal | 76 | 330 | 75 | 107 | 0 | 110 | 17 | 170 | 103 | 66 |
| Binary | 111110 | 11011000 | 111101 | 1000111 | 0 | 1001000 | 1111 | 1111000 | 1000011 | 110110 |
Color Harmonies of #3ED83D
Complementary color
Monochromatic Colors of #3ED83D
Black with #3ED83D
Text Example
Text Example
White with #3ED83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED83D; }
p { color: rgb(62,216,61); }
H1.HeaderClassName
{
color: #3ED83D;
}
.AnyTagClassName
{
color: #3ED83D;
}
</style>
background-color css
<style>
a { background-color: #3ED83D; }
a { background-color: rgb(62,216,61); }
div.DivClassName
{
background-color: #3ED83D;
}
.BgClassName
{
background-color: #3ED83D;
}
</style>
border-color css
<style>
span { border-color: #3ED83D; }
span { border-color: rgb(62,216,61); }
td.TdClassName
{
border-color: #3ED83D;
}
.TagClassName
{
border-color: #3ED83D;
}
</style>