Shades of Lime Green #3ED350
Tints of Lime Green #3ED350
RGB
CMYK
RGB Variations
Color information
#3ED350 (or 0x3ED350) is known color: Lime Green. HEX triplet: 3E, D3 and 50. RGB value is (62,211,80). Sum of RGB (Red+Green+Blue) = 62+211+80=353 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.56% from 353); Green value is 211 (82.81% from 255 or 59.77% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 211 - color contains mainly: green. Hex color #3ED350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ED350 is #C12CAF. Grayscale: #979797. Windows color (decimal): -12659888 or 5296958. OLE color: 5296958.
HSL color Cylindrical-coordinate representation of color #3ED350: hue angle of 127.25º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED350 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 62 | 211 | 80 | - |
| CMYK | 0.71 | 0 | 0.62 | 0.17 |
| HSL | 127.25º | 0.63% | 0.54% | - |
| HSV(B) | 127.25º | 0.71% | 0.83% | - |
| XYZ | 26.73 | 48.19 | 15.48 | - |
| YUV | 151.52 | 87.64 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 211 | 80 | 0.71 | 0 | 0.62 | 0.17 | 127.25 | 0.63 | 0.54 |
| Hex | 3E | D3 | 50 | 47 | 0 | 3E | 11 | 7F | 3F | 36 |
| Octal | 76 | 323 | 120 | 107 | 0 | 76 | 21 | 177 | 77 | 66 |
| Binary | 111110 | 11010011 | 1010000 | 1000111 | 0 | 111110 | 10001 | 1111111 | 111111 | 110110 |
Color Harmonies of #3ED350
Complementary color
Monochromatic Colors of #3ED350
Black with #3ED350
Text Example
Text Example
White with #3ED350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED350; }
p { color: rgb(62,211,80); }
H1.HeaderClassName
{
color: #3ED350;
}
.AnyTagClassName
{
color: #3ED350;
}
</style>
background-color css
<style>
a { background-color: #3ED350; }
a { background-color: rgb(62,211,80); }
div.DivClassName
{
background-color: #3ED350;
}
.BgClassName
{
background-color: #3ED350;
}
</style>
border-color css
<style>
span { border-color: #3ED350; }
span { border-color: rgb(62,211,80); }
td.TdClassName
{
border-color: #3ED350;
}
.TagClassName
{
border-color: #3ED350;
}
</style>