Shades of Lime Green #3ED546
Tints of Lime Green #3ED546
RGB
CMYK
RGB Variations
Color information
#3ED546 (or 0x3ED546) is known color: Lime Green. HEX triplet: 3E, D5 and 46. RGB value is (62,213,70). Sum of RGB (Red+Green+Blue) = 62+213+70=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 213 (83.59% from 255 or 61.74% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 213 - color contains mainly: green. Hex color #3ED546 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED546 is #C12AB9. Grayscale: #979797. Windows color (decimal): -12659386 or 4642110. OLE color: 4642110.
HSL color Cylindrical-coordinate representation of color #3ED546: hue angle of 123.18º degrees, saturation: 0.64, 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 #3ED546 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 213 | 70 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.16 |
| HSL | 123.18º | 0.64% | 0.54% | - |
| HSV(B) | 123.18º | 0.71% | 0.84% | - |
| XYZ | 26.89 | 49.05 | 13.85 | - |
| YUV | 151.55 | 81.97 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 213 | 70 | 0.71 | 0 | 0.67 | 0.16 | 123.18 | 0.64 | 0.54 |
| Hex | 3E | D5 | 46 | 47 | 0 | 43 | 10 | 7B | 40 | 36 |
| Octal | 76 | 325 | 106 | 107 | 0 | 103 | 20 | 173 | 100 | 66 |
| Binary | 111110 | 11010101 | 1000110 | 1000111 | 0 | 1000011 | 10000 | 1111011 | 1000000 | 110110 |
Color Harmonies of #3ED546
Complementary color
Monochromatic Colors of #3ED546
Black with #3ED546
Text Example
Text Example
White with #3ED546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED546; }
p { color: rgb(62,213,70); }
H1.HeaderClassName
{
color: #3ED546;
}
.AnyTagClassName
{
color: #3ED546;
}
</style>
background-color css
<style>
a { background-color: #3ED546; }
a { background-color: rgb(62,213,70); }
div.DivClassName
{
background-color: #3ED546;
}
.BgClassName
{
background-color: #3ED546;
}
</style>
border-color css
<style>
span { border-color: #3ED546; }
span { border-color: rgb(62,213,70); }
td.TdClassName
{
border-color: #3ED546;
}
.TagClassName
{
border-color: #3ED546;
}
</style>