Shades of Lime Green #3EC03F
Tints of Lime Green #3EC03F
RGB
CMYK
RGB Variations
Color information
#3EC03F (or 0x3EC03F) is known color: Lime Green. HEX triplet: 3E, C0 and 3F. RGB value is (62,192,63). Sum of RGB (Red+Green+Blue) = 62+192+63=317 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.56% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #3EC03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC03F is #C13FC0. Grayscale: #8A8A8A. Windows color (decimal): -12664769 or 4177982. OLE color: 4177982.
HSL color Cylindrical-coordinate representation of color #3EC03F: hue angle of 120.46º 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 #3EC03F is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 192 | 63 | - |
| CMYK | 0.68 | 0 | 0.67 | 0.25 |
| HSL | 120.46º | 0.51% | 0.5% | - |
| HSV(B) | 120.46º | 0.68% | 0.75% | - |
| XYZ | 21.73 | 39.08 | 11.1 | - |
| YUV | 138.42 | 85.43 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 192 | 63 | 0.68 | 0 | 0.67 | 0.25 | 120.46 | 0.51 | 0.5 |
| Hex | 3E | C0 | 3F | 44 | 0 | 43 | 19 | 78 | 33 | 32 |
| Octal | 76 | 300 | 77 | 104 | 0 | 103 | 31 | 170 | 63 | 62 |
| Binary | 111110 | 11000000 | 111111 | 1000100 | 0 | 1000011 | 11001 | 1111000 | 110011 | 110010 |
Color Harmonies of #3EC03F
Complementary color
Monochromatic Colors of #3EC03F
Black with #3EC03F
Text Example
Text Example
White with #3EC03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC03F; }
p { color: rgb(62,192,63); }
H1.HeaderClassName
{
color: #3EC03F;
}
.AnyTagClassName
{
color: #3EC03F;
}
</style>
background-color css
<style>
a { background-color: #3EC03F; }
a { background-color: rgb(62,192,63); }
div.DivClassName
{
background-color: #3EC03F;
}
.BgClassName
{
background-color: #3EC03F;
}
</style>
border-color css
<style>
span { border-color: #3EC03F; }
span { border-color: rgb(62,192,63); }
td.TdClassName
{
border-color: #3EC03F;
}
.TagClassName
{
border-color: #3EC03F;
}
</style>