Shades of Lime Green #3ED650
Tints of Lime Green #3ED650
RGB
CMYK
RGB Variations
Color information
#3ED650 (or 0x3ED650) is known color: Lime Green. HEX triplet: 3E, D6 and 50. RGB value is (62,214,80). Sum of RGB (Red+Green+Blue) = 62+214+80=356 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.42% from 356); Green value is 214 (83.98% from 255 or 60.11% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 214 - color contains mainly: green. Hex color #3ED650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ED650 is #C129AF. Grayscale: #999999. Windows color (decimal): -12659120 or 5297726. OLE color: 5297726.
HSL color Cylindrical-coordinate representation of color #3ED650: hue angle of 127.11º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED650 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 214 | 80 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.16 |
| HSL | 127.11º | 0.65% | 0.54% | - |
| HSV(B) | 127.11º | 0.71% | 0.84% | - |
| XYZ | 27.48 | 49.7 | 15.73 | - |
| YUV | 153.28 | 86.64 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 214 | 80 | 0.71 | 0 | 0.63 | 0.16 | 127.11 | 0.65 | 0.54 |
| Hex | 3E | D6 | 50 | 47 | 0 | 3F | 10 | 7F | 41 | 36 |
| Octal | 76 | 326 | 120 | 107 | 0 | 77 | 20 | 177 | 101 | 66 |
| Binary | 111110 | 11010110 | 1010000 | 1000111 | 0 | 111111 | 10000 | 1111111 | 1000001 | 110110 |
Color Harmonies of #3ED650
Complementary color
Monochromatic Colors of #3ED650
Black with #3ED650
Text Example
Text Example
White with #3ED650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED650; }
p { color: rgb(62,214,80); }
H1.HeaderClassName
{
color: #3ED650;
}
.AnyTagClassName
{
color: #3ED650;
}
</style>
background-color css
<style>
a { background-color: #3ED650; }
a { background-color: rgb(62,214,80); }
div.DivClassName
{
background-color: #3ED650;
}
.BgClassName
{
background-color: #3ED650;
}
</style>
border-color css
<style>
span { border-color: #3ED650; }
span { border-color: rgb(62,214,80); }
td.TdClassName
{
border-color: #3ED650;
}
.TagClassName
{
border-color: #3ED650;
}
</style>