Shades of Lime Green #3ED155
Tints of Lime Green #3ED155
RGB
CMYK
RGB Variations
Color information
#3ED155 (or 0x3ED155) is known color: Lime Green. HEX triplet: 3E, D1 and 55. RGB value is (62,209,85). Sum of RGB (Red+Green+Blue) = 62+209+85=356 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.42% from 356); Green value is 209 (82.03% from 255 or 58.71% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 209 - color contains mainly: green. Hex color #3ED155 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ED155 is #C12EAA. Grayscale: #979797. Windows color (decimal): -12660395 or 5624126. OLE color: 5624126.
HSL color Cylindrical-coordinate representation of color #3ED155: hue angle of 129.39º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ED155 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 209 | 85 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.18 |
| HSL | 129.39º | 0.62% | 0.53% | - |
| HSV(B) | 129.39º | 0.7% | 0.82% | - |
| XYZ | 26.43 | 47.28 | 16.33 | - |
| YUV | 150.91 | 90.8 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 209 | 85 | 0.70 | 0 | 0.59 | 0.18 | 129.39 | 0.62 | 0.53 |
| Hex | 3E | D1 | 55 | 46 | 0 | 3B | 12 | 81 | 3E | 35 |
| Octal | 76 | 321 | 125 | 106 | 0 | 73 | 22 | 201 | 76 | 65 |
| Binary | 111110 | 11010001 | 1010101 | 1000110 | 0 | 111011 | 10010 | 10000001 | 111110 | 110101 |
Color Harmonies of #3ED155
Complementary color
Monochromatic Colors of #3ED155
Black with #3ED155
Text Example
Text Example
White with #3ED155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED155; }
p { color: rgb(62,209,85); }
H1.HeaderClassName
{
color: #3ED155;
}
.AnyTagClassName
{
color: #3ED155;
}
</style>
background-color css
<style>
a { background-color: #3ED155; }
a { background-color: rgb(62,209,85); }
div.DivClassName
{
background-color: #3ED155;
}
.BgClassName
{
background-color: #3ED155;
}
</style>
border-color css
<style>
span { border-color: #3ED155; }
span { border-color: rgb(62,209,85); }
td.TdClassName
{
border-color: #3ED155;
}
.TagClassName
{
border-color: #3ED155;
}
</style>