Shades of Lime Green #3ED736
Tints of Lime Green #3ED736
RGB
CMYK
RGB Variations
Color information
#3ED736 (or 0x3ED736) is known color: Lime Green. HEX triplet: 3E, D7 and 36. RGB value is (62,215,54). Sum of RGB (Red+Green+Blue) = 62+215+54=331 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.73% from 331); Green value is 215 (84.38% from 255 or 64.95% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 215 - color contains mainly: green. Hex color #3ED736 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED736 is #C128C9. Grayscale: #979797. Windows color (decimal): -12658890 or 3594046. OLE color: 3594046.
HSL color Cylindrical-coordinate representation of color #3ED736: hue angle of 117.02º 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 #3ED736 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 215 | 54 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.16 |
| HSL | 117.02º | 0.67% | 0.53% | - |
| HSV(B) | 117.02º | 0.75% | 0.84% | - |
| XYZ | 26.95 | 49.89 | 11.7 | - |
| YUV | 150.9 | 73.31 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 215 | 54 | 0.71 | 0 | 0.75 | 0.16 | 117.02 | 0.67 | 0.53 |
| Hex | 3E | D7 | 36 | 47 | 0 | 4B | 10 | 75 | 43 | 35 |
| Octal | 76 | 327 | 66 | 107 | 0 | 113 | 20 | 165 | 103 | 65 |
| Binary | 111110 | 11010111 | 110110 | 1000111 | 0 | 1001011 | 10000 | 1110101 | 1000011 | 110101 |
Color Harmonies of #3ED736
Complementary color
Monochromatic Colors of #3ED736
Black with #3ED736
Text Example
Text Example
White with #3ED736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED736; }
p { color: rgb(62,215,54); }
H1.HeaderClassName
{
color: #3ED736;
}
.AnyTagClassName
{
color: #3ED736;
}
</style>
background-color css
<style>
a { background-color: #3ED736; }
a { background-color: rgb(62,215,54); }
div.DivClassName
{
background-color: #3ED736;
}
.BgClassName
{
background-color: #3ED736;
}
</style>
border-color css
<style>
span { border-color: #3ED736; }
span { border-color: rgb(62,215,54); }
td.TdClassName
{
border-color: #3ED736;
}
.TagClassName
{
border-color: #3ED736;
}
</style>