Shades of Harlequin #3EE007
Tints of Harlequin #3EE007
RGB
CMYK
RGB Variations
Color information
#3EE007 (or 0x3EE007) is known color: Harlequin. HEX triplet: 3E, E0 and 07. RGB value is (62,224,7). Sum of RGB (Red+Green+Blue) = 62+224+7=293 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.16% from 293); Green value is 224 (87.89% from 255 or 76.45% from 293); Blue value is 7 (3.12% from 255 or 2.39% from 293); Max value from RGB is 224 - color contains mainly: green. Hex color #3EE007 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EE007 is #C11FF8. Grayscale: #979797. Windows color (decimal): -12656633 or 516158. OLE color: 516158.
HSL color Cylindrical-coordinate representation of color #3EE007: hue angle of 104.79º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3EE007 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 224 | 7 | - |
| CMYK | 0.72 | 0 | 0.97 | 0.12 |
| HSL | 104.79º | 0.94% | 0.45% | - |
| HSV(B) | 104.79º | 0.97% | 0.88% | - |
| XYZ | 28.68 | 54.35 | 9.18 | - |
| YUV | 150.82 | 46.83 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 224 | 7 | 0.72 | 0 | 0.97 | 0.12 | 104.79 | 0.94 | 0.45 |
| Hex | 3E | E0 | 7 | 48 | 0 | 61 | C | 69 | 5E | 2D |
| Octal | 76 | 340 | 7 | 110 | 0 | 141 | 14 | 151 | 136 | 55 |
| Binary | 111110 | 11100000 | 111 | 1001000 | 0 | 1100001 | 1100 | 1101001 | 1011110 | 101101 |
Color Harmonies of #3EE007
Complementary color
Monochromatic Colors of #3EE007
Black with #3EE007
Text Example
Text Example
White with #3EE007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE007; }
p { color: rgb(62,224,7); }
H1.HeaderClassName
{
color: #3EE007;
}
.AnyTagClassName
{
color: #3EE007;
}
</style>
background-color css
<style>
a { background-color: #3EE007; }
a { background-color: rgb(62,224,7); }
div.DivClassName
{
background-color: #3EE007;
}
.BgClassName
{
background-color: #3EE007;
}
</style>
border-color css
<style>
span { border-color: #3EE007; }
span { border-color: rgb(62,224,7); }
td.TdClassName
{
border-color: #3EE007;
}
.TagClassName
{
border-color: #3EE007;
}
</style>