Shades of Lime Green #3ED735
Tints of Lime Green #3ED735
RGB
CMYK
RGB Variations
Color information
#3ED735 (or 0x3ED735) is known color: Lime Green. HEX triplet: 3E, D7 and 35. RGB value is (62,215,53). Sum of RGB (Red+Green+Blue) = 62+215+53=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 215 (84.38% from 255 or 65.15% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 215 - color contains mainly: green. Hex color #3ED735 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED735 is #C128CA. Grayscale: #979797. Windows color (decimal): -12658891 or 3528510. OLE color: 3528510.
HSL color Cylindrical-coordinate representation of color #3ED735: hue angle of 116.67º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ED735 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 215 | 53 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.16 |
| HSL | 116.67º | 0.67% | 0.53% | - |
| HSV(B) | 116.67º | 0.75% | 0.84% | - |
| XYZ | 26.93 | 49.88 | 11.58 | - |
| YUV | 150.79 | 72.81 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 215 | 53 | 0.71 | 0 | 0.75 | 0.16 | 116.67 | 0.67 | 0.53 |
| Hex | 3E | D7 | 35 | 47 | 0 | 4B | 10 | 75 | 43 | 35 |
| Octal | 76 | 327 | 65 | 107 | 0 | 113 | 20 | 165 | 103 | 65 |
| Binary | 111110 | 11010111 | 110101 | 1000111 | 0 | 1001011 | 10000 | 1110101 | 1000011 | 110101 |
Color Harmonies of #3ED735
Complementary color
Monochromatic Colors of #3ED735
Black with #3ED735
Text Example
Text Example
White with #3ED735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED735; }
p { color: rgb(62,215,53); }
H1.HeaderClassName
{
color: #3ED735;
}
.AnyTagClassName
{
color: #3ED735;
}
</style>
background-color css
<style>
a { background-color: #3ED735; }
a { background-color: rgb(62,215,53); }
div.DivClassName
{
background-color: #3ED735;
}
.BgClassName
{
background-color: #3ED735;
}
</style>
border-color css
<style>
span { border-color: #3ED735; }
span { border-color: rgb(62,215,53); }
td.TdClassName
{
border-color: #3ED735;
}
.TagClassName
{
border-color: #3ED735;
}
</style>