Shades of Harlequin #3EEF04
Tints of Harlequin #3EEF04
RGB
CMYK
RGB Variations
Color information
#3EEF04 (or 0x3EEF04) is known color: Harlequin. HEX triplet: 3E, EF and 04. RGB value is (62,239,4). Sum of RGB (Red+Green+Blue) = 62+239+4=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 239 (93.75% from 255 or 78.36% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEF04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EEF04 is #C110FB. Grayscale: #A0A0A0. Windows color (decimal): -12652796 or 323390. OLE color: 323390.
HSL color Cylindrical-coordinate representation of color #3EEF04: hue angle of 105.19º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3EEF04 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 239 | 4 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.06 |
| HSL | 105.19º | 0.97% | 0.48% | - |
| HSV(B) | 105.19º | 0.98% | 0.94% | - |
| XYZ | 32.88 | 62.77 | 10.5 | - |
| YUV | 159.29 | 40.36 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 239 | 4 | 0.74 | 0 | 0.98 | 0.06 | 105.19 | 0.97 | 0.48 |
| Hex | 3E | EF | 4 | 4A | 0 | 62 | 6 | 69 | 61 | 30 |
| Octal | 76 | 357 | 4 | 112 | 0 | 142 | 6 | 151 | 141 | 60 |
| Binary | 111110 | 11101111 | 100 | 1001010 | 0 | 1100010 | 110 | 1101001 | 1100001 | 110000 |
Color Harmonies of #3EEF04
Complementary color
Monochromatic Colors of #3EEF04
Black with #3EEF04
Text Example
Text Example
White with #3EEF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEF04; }
p { color: rgb(62,239,4); }
H1.HeaderClassName
{
color: #3EEF04;
}
.AnyTagClassName
{
color: #3EEF04;
}
</style>
background-color css
<style>
a { background-color: #3EEF04; }
a { background-color: rgb(62,239,4); }
div.DivClassName
{
background-color: #3EEF04;
}
.BgClassName
{
background-color: #3EEF04;
}
</style>
border-color css
<style>
span { border-color: #3EEF04; }
span { border-color: rgb(62,239,4); }
td.TdClassName
{
border-color: #3EEF04;
}
.TagClassName
{
border-color: #3EEF04;
}
</style>