Shades of Harlequin #3EE407
Tints of Harlequin #3EE407
RGB
CMYK
RGB Variations
Color information
#3EE407 (or 0x3EE407) is known color: Harlequin. HEX triplet: 3E, E4 and 07. RGB value is (62,228,7). Sum of RGB (Red+Green+Blue) = 62+228+7=297 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.88% from 297); Green value is 228 (89.45% from 255 or 76.77% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 228 - color contains mainly: green. Hex color #3EE407 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EE407 is #C11BF8. Grayscale: #999999. Windows color (decimal): -12655609 or 517182. OLE color: 517182.
HSL color Cylindrical-coordinate representation of color #3EE407: hue angle of 105.07º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3EE407 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 228 | 7 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.11 |
| HSL | 105.07º | 0.94% | 0.46% | - |
| HSV(B) | 105.07º | 0.97% | 0.89% | - |
| XYZ | 29.77 | 56.53 | 9.54 | - |
| YUV | 153.17 | 45.5 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 228 | 7 | 0.73 | 0 | 0.97 | 0.11 | 105.07 | 0.94 | 0.46 |
| Hex | 3E | E4 | 7 | 49 | 0 | 61 | B | 69 | 5E | 2E |
| Octal | 76 | 344 | 7 | 111 | 0 | 141 | 13 | 151 | 136 | 56 |
| Binary | 111110 | 11100100 | 111 | 1001001 | 0 | 1100001 | 1011 | 1101001 | 1011110 | 101110 |
Color Harmonies of #3EE407
Complementary color
Monochromatic Colors of #3EE407
Black with #3EE407
Text Example
Text Example
White with #3EE407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE407; }
p { color: rgb(62,228,7); }
H1.HeaderClassName
{
color: #3EE407;
}
.AnyTagClassName
{
color: #3EE407;
}
</style>
background-color css
<style>
a { background-color: #3EE407; }
a { background-color: rgb(62,228,7); }
div.DivClassName
{
background-color: #3EE407;
}
.BgClassName
{
background-color: #3EE407;
}
</style>
border-color css
<style>
span { border-color: #3EE407; }
span { border-color: rgb(62,228,7); }
td.TdClassName
{
border-color: #3EE407;
}
.TagClassName
{
border-color: #3EE407;
}
</style>