Shades of Harlequin #3EE40E
Tints of Harlequin #3EE40E
RGB
CMYK
RGB Variations
Color information
#3EE40E (or 0x3EE40E) is known color: Harlequin. HEX triplet: 3E, E4 and 0E. RGB value is (62,228,14). Sum of RGB (Red+Green+Blue) = 62+228+14=304 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.39% from 304); Green value is 228 (89.45% from 255 or 75% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 228 - color contains mainly: green. Hex color #3EE40E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EE40E is #C11BF1. Grayscale: #9A9A9A. Windows color (decimal): -12655602 or 975934. OLE color: 975934.
HSL color Cylindrical-coordinate representation of color #3EE40E: hue angle of 106.54º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3EE40E is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 228 | 14 | - |
| CMYK | 0.73 | 0 | 0.94 | 0.11 |
| HSL | 106.54º | 0.88% | 0.47% | - |
| HSV(B) | 106.54º | 0.94% | 0.89% | - |
| XYZ | 29.81 | 56.54 | 9.76 | - |
| YUV | 153.97 | 49 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 228 | 14 | 0.73 | 0 | 0.94 | 0.11 | 106.54 | 0.88 | 0.47 |
| Hex | 3E | E4 | E | 49 | 0 | 5E | B | 6B | 58 | 2F |
| Octal | 76 | 344 | 16 | 111 | 0 | 136 | 13 | 153 | 130 | 57 |
| Binary | 111110 | 11100100 | 1110 | 1001001 | 0 | 1011110 | 1011 | 1101011 | 1011000 | 101111 |
Color Harmonies of #3EE40E
Complementary color
Monochromatic Colors of #3EE40E
Black with #3EE40E
Text Example
Text Example
White with #3EE40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE40E; }
p { color: rgb(62,228,14); }
H1.HeaderClassName
{
color: #3EE40E;
}
.AnyTagClassName
{
color: #3EE40E;
}
</style>
background-color css
<style>
a { background-color: #3EE40E; }
a { background-color: rgb(62,228,14); }
div.DivClassName
{
background-color: #3EE40E;
}
.BgClassName
{
background-color: #3EE40E;
}
</style>
border-color css
<style>
span { border-color: #3EE40E; }
span { border-color: rgb(62,228,14); }
td.TdClassName
{
border-color: #3EE40E;
}
.TagClassName
{
border-color: #3EE40E;
}
</style>