Shades of Harlequin #3EEA04
Tints of Harlequin #3EEA04
RGB
CMYK
RGB Variations
Color information
#3EEA04 (or 0x3EEA04) is known color: Harlequin. HEX triplet: 3E, EA and 04. RGB value is (62,234,4). Sum of RGB (Red+Green+Blue) = 62+234+4=300 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.67% from 300); Green value is 234 (91.80% from 255 or 78% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEA04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EEA04 is #C115FB. Grayscale: #9D9D9D. Windows color (decimal): -12654076 or 322110. OLE color: 322110.
HSL color Cylindrical-coordinate representation of color #3EEA04: hue angle of 104.87º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3EEA04 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 234 | 4 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.08 |
| HSL | 104.87º | 0.97% | 0.47% | - |
| HSV(B) | 104.87º | 0.98% | 0.92% | - |
| XYZ | 31.43 | 59.88 | 10.02 | - |
| YUV | 156.35 | 42.02 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 234 | 4 | 0.74 | 0 | 0.98 | 0.08 | 104.87 | 0.97 | 0.47 |
| Hex | 3E | EA | 4 | 4A | 0 | 62 | 8 | 69 | 61 | 2F |
| Octal | 76 | 352 | 4 | 112 | 0 | 142 | 10 | 151 | 141 | 57 |
| Binary | 111110 | 11101010 | 100 | 1001010 | 0 | 1100010 | 1000 | 1101001 | 1100001 | 101111 |
Color Harmonies of #3EEA04
Complementary color
Monochromatic Colors of #3EEA04
Black with #3EEA04
Text Example
Text Example
White with #3EEA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEA04; }
p { color: rgb(62,234,4); }
H1.HeaderClassName
{
color: #3EEA04;
}
.AnyTagClassName
{
color: #3EEA04;
}
</style>
background-color css
<style>
a { background-color: #3EEA04; }
a { background-color: rgb(62,234,4); }
div.DivClassName
{
background-color: #3EEA04;
}
.BgClassName
{
background-color: #3EEA04;
}
</style>
border-color css
<style>
span { border-color: #3EEA04; }
span { border-color: rgb(62,234,4); }
td.TdClassName
{
border-color: #3EEA04;
}
.TagClassName
{
border-color: #3EEA04;
}
</style>