Shades of Lime Green #3ED94D
Tints of Lime Green #3ED94D
RGB
CMYK
RGB Variations
Color information
#3ED94D (or 0x3ED94D) is known color: Lime Green. HEX triplet: 3E, D9 and 4D. RGB value is (62,217,77). Sum of RGB (Red+Green+Blue) = 62+217+77=356 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.42% from 356); Green value is 217 (85.16% from 255 or 60.96% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 217 - color contains mainly: green. Hex color #3ED94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ED94D is #C126B2. Grayscale: #9B9B9B. Windows color (decimal): -12658355 or 5101886. OLE color: 5101886.
HSL color Cylindrical-coordinate representation of color #3ED94D: hue angle of 125.81º degrees, saturation: 0.67, 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 #3ED94D is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 217 | 77 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.15 |
| HSL | 125.81º | 0.67% | 0.55% | - |
| HSV(B) | 125.81º | 0.71% | 0.85% | - |
| XYZ | 28.14 | 51.19 | 15.42 | - |
| YUV | 154.7 | 84.15 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 217 | 77 | 0.71 | 0 | 0.65 | 0.15 | 125.81 | 0.67 | 0.55 |
| Hex | 3E | D9 | 4D | 47 | 0 | 41 | F | 7E | 43 | 37 |
| Octal | 76 | 331 | 115 | 107 | 0 | 101 | 17 | 176 | 103 | 67 |
| Binary | 111110 | 11011001 | 1001101 | 1000111 | 0 | 1000001 | 1111 | 1111110 | 1000011 | 110111 |
Color Harmonies of #3ED94D
Complementary color
Monochromatic Colors of #3ED94D
Black with #3ED94D
Text Example
Text Example
White with #3ED94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED94D; }
p { color: rgb(62,217,77); }
H1.HeaderClassName
{
color: #3ED94D;
}
.AnyTagClassName
{
color: #3ED94D;
}
</style>
background-color css
<style>
a { background-color: #3ED94D; }
a { background-color: rgb(62,217,77); }
div.DivClassName
{
background-color: #3ED94D;
}
.BgClassName
{
background-color: #3ED94D;
}
</style>
border-color css
<style>
span { border-color: #3ED94D; }
span { border-color: rgb(62,217,77); }
td.TdClassName
{
border-color: #3ED94D;
}
.TagClassName
{
border-color: #3ED94D;
}
</style>