Shades of Lime Green #3EC03E
Tints of Lime Green #3EC03E
RGB
CMYK
RGB Variations
Color information
#3EC03E (or 0x3EC03E) is known color: Lime Green. HEX triplet: 3E, C0 and 3E. RGB value is (62,192,62). Sum of RGB (Red+Green+Blue) = 62+192+62=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #3EC03E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC03E is #C13FC1. Grayscale: #8A8A8A. Windows color (decimal): -12664770 or 4112446. OLE color: 4112446.
HSL color Cylindrical-coordinate representation of color #3EC03E: hue angle of 120º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EC03E is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 192 | 62 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.25 |
| HSL | 120º | 0.51% | 0.5% | - |
| HSV(B) | 120º | 0.68% | 0.75% | - |
| XYZ | 21.71 | 39.07 | 10.95 | - |
| YUV | 138.31 | 84.93 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 192 | 62 | 0.68 | 0 | 0.68 | 0.25 | 120 | 0.51 | 0.5 |
| Hex | 3E | C0 | 3E | 44 | 0 | 44 | 19 | 78 | 33 | 32 |
| Octal | 76 | 300 | 76 | 104 | 0 | 104 | 31 | 170 | 63 | 62 |
| Binary | 111110 | 11000000 | 111110 | 1000100 | 0 | 1000100 | 11001 | 1111000 | 110011 | 110010 |
Color Harmonies of #3EC03E
Complementary color
Monochromatic Colors of #3EC03E
Black with #3EC03E
Text Example
Text Example
White with #3EC03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC03E; }
p { color: rgb(62,192,62); }
H1.HeaderClassName
{
color: #3EC03E;
}
.AnyTagClassName
{
color: #3EC03E;
}
</style>
background-color css
<style>
a { background-color: #3EC03E; }
a { background-color: rgb(62,192,62); }
div.DivClassName
{
background-color: #3EC03E;
}
.BgClassName
{
background-color: #3EC03E;
}
</style>
border-color css
<style>
span { border-color: #3EC03E; }
span { border-color: rgb(62,192,62); }
td.TdClassName
{
border-color: #3EC03E;
}
.TagClassName
{
border-color: #3EC03E;
}
</style>