Shades of Lime Green #3ED534
Tints of Lime Green #3ED534
RGB
CMYK
RGB Variations
Color information
#3ED534 (or 0x3ED534) is known color: Lime Green. HEX triplet: 3E, D5 and 34. RGB value is (62,213,52). Sum of RGB (Red+Green+Blue) = 62+213+52=327 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.96% from 327); Green value is 213 (83.59% from 255 or 65.14% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 213 - color contains mainly: green. Hex color #3ED534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED534 is #C12ACB. Grayscale: #959595. Windows color (decimal): -12659404 or 3462462. OLE color: 3462462.
HSL color Cylindrical-coordinate representation of color #3ED534: hue angle of 116.27º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ED534 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 213 | 52 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.16 |
| HSL | 116.27º | 0.66% | 0.52% | - |
| HSV(B) | 116.27º | 0.76% | 0.84% | - |
| XYZ | 26.4 | 48.86 | 11.29 | - |
| YUV | 149.5 | 72.97 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 213 | 52 | 0.71 | 0 | 0.76 | 0.16 | 116.27 | 0.66 | 0.52 |
| Hex | 3E | D5 | 34 | 47 | 0 | 4C | 10 | 74 | 42 | 34 |
| Octal | 76 | 325 | 64 | 107 | 0 | 114 | 20 | 164 | 102 | 64 |
| Binary | 111110 | 11010101 | 110100 | 1000111 | 0 | 1001100 | 10000 | 1110100 | 1000010 | 110100 |
Color Harmonies of #3ED534
Complementary color
Monochromatic Colors of #3ED534
Black with #3ED534
Text Example
Text Example
White with #3ED534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED534; }
p { color: rgb(62,213,52); }
H1.HeaderClassName
{
color: #3ED534;
}
.AnyTagClassName
{
color: #3ED534;
}
</style>
background-color css
<style>
a { background-color: #3ED534; }
a { background-color: rgb(62,213,52); }
div.DivClassName
{
background-color: #3ED534;
}
.BgClassName
{
background-color: #3ED534;
}
</style>
border-color css
<style>
span { border-color: #3ED534; }
span { border-color: rgb(62,213,52); }
td.TdClassName
{
border-color: #3ED534;
}
.TagClassName
{
border-color: #3ED534;
}
</style>