Shades of Lime Green #3EC734
Tints of Lime Green #3EC734
RGB
CMYK
RGB Variations
Color information
#3EC734 (or 0x3EC734) is known color: Lime Green. HEX triplet: 3E, C7 and 34. RGB value is (62,199,52). Sum of RGB (Red+Green+Blue) = 62+199+52=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 199 (78.12% from 255 or 63.58% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 199 - color contains mainly: green. Hex color #3EC734 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC734 is #C138CB. Grayscale: #8D8D8D. Windows color (decimal): -12662988 or 3458878. OLE color: 3458878.
HSL color Cylindrical-coordinate representation of color #3EC734: hue angle of 115.92º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EC734 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 62 | 199 | 52 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.22 |
| HSL | 115.92º | 0.59% | 0.49% | - |
| HSV(B) | 115.92º | 0.74% | 0.78% | - |
| XYZ | 23.03 | 42.12 | 10.16 | - |
| YUV | 141.28 | 77.61 | 71.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 199 | 52 | 0.69 | 0 | 0.74 | 0.22 | 115.92 | 0.59 | 0.49 |
| Hex | 3E | C7 | 34 | 45 | 0 | 4A | 16 | 74 | 3B | 31 |
| Octal | 76 | 307 | 64 | 105 | 0 | 112 | 26 | 164 | 73 | 61 |
| Binary | 111110 | 11000111 | 110100 | 1000101 | 0 | 1001010 | 10110 | 1110100 | 111011 | 110001 |
Color Harmonies of #3EC734
Complementary color
Monochromatic Colors of #3EC734
Black with #3EC734
Text Example
Text Example
White with #3EC734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC734; }
p { color: rgb(62,199,52); }
H1.HeaderClassName
{
color: #3EC734;
}
.AnyTagClassName
{
color: #3EC734;
}
</style>
background-color css
<style>
a { background-color: #3EC734; }
a { background-color: rgb(62,199,52); }
div.DivClassName
{
background-color: #3EC734;
}
.BgClassName
{
background-color: #3EC734;
}
</style>
border-color css
<style>
span { border-color: #3EC734; }
span { border-color: rgb(62,199,52); }
td.TdClassName
{
border-color: #3EC734;
}
.TagClassName
{
border-color: #3EC734;
}
</style>