Shades of Lime Green #3ED552
Tints of Lime Green #3ED552
RGB
CMYK
RGB Variations
Color information
#3ED552 (or 0x3ED552) is known color: Lime Green. HEX triplet: 3E, D5 and 52. RGB value is (62,213,82). Sum of RGB (Red+Green+Blue) = 62+213+82=357 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.37% from 357); Green value is 213 (83.59% from 255 or 59.66% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 213 - color contains mainly: green. Hex color #3ED552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ED552 is #C12AAD. Grayscale: #999999. Windows color (decimal): -12659374 or 5428542. OLE color: 5428542.
HSL color Cylindrical-coordinate representation of color #3ED552: hue angle of 127.95º 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 #3ED552 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 213 | 82 | - |
| CMYK | 0.71 | 0 | 0.62 | 0.16 |
| HSL | 127.95º | 0.64% | 0.54% | - |
| HSV(B) | 127.95º | 0.71% | 0.84% | - |
| XYZ | 27.3 | 49.22 | 16.04 | - |
| YUV | 152.92 | 87.97 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 213 | 82 | 0.71 | 0 | 0.62 | 0.16 | 127.95 | 0.64 | 0.54 |
| Hex | 3E | D5 | 52 | 47 | 0 | 3E | 10 | 80 | 40 | 36 |
| Octal | 76 | 325 | 122 | 107 | 0 | 76 | 20 | 200 | 100 | 66 |
| Binary | 111110 | 11010101 | 1010010 | 1000111 | 0 | 111110 | 10000 | 10000000 | 1000000 | 110110 |
Color Harmonies of #3ED552
Complementary color
Monochromatic Colors of #3ED552
Black with #3ED552
Text Example
Text Example
White with #3ED552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED552; }
p { color: rgb(62,213,82); }
H1.HeaderClassName
{
color: #3ED552;
}
.AnyTagClassName
{
color: #3ED552;
}
</style>
background-color css
<style>
a { background-color: #3ED552; }
a { background-color: rgb(62,213,82); }
div.DivClassName
{
background-color: #3ED552;
}
.BgClassName
{
background-color: #3ED552;
}
</style>
border-color css
<style>
span { border-color: #3ED552; }
span { border-color: rgb(62,213,82); }
td.TdClassName
{
border-color: #3ED552;
}
.TagClassName
{
border-color: #3ED552;
}
</style>