Shades of Harlequin #3EEA03
Tints of Harlequin #3EEA03
RGB
CMYK
RGB Variations
Color information
#3EEA03 (or 0x3EEA03) is known color: Harlequin. HEX triplet: 3E, EA and 03. RGB value is (62,234,3). Sum of RGB (Red+Green+Blue) = 62+234+3=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 234 (91.80% from 255 or 78.26% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEA03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EEA03 is #C115FC. Grayscale: #9C9C9C. Windows color (decimal): -12654077 or 256574. OLE color: 256574.
HSL color Cylindrical-coordinate representation of color #3EEA03: hue angle of 104.68º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3EEA03 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 234 | 3 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.08 |
| HSL | 104.68º | 0.97% | 0.46% | - |
| HSV(B) | 104.68º | 0.99% | 0.92% | - |
| XYZ | 31.43 | 59.88 | 9.99 | - |
| YUV | 156.24 | 41.52 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 234 | 3 | 0.74 | 0 | 0.99 | 0.08 | 104.68 | 0.97 | 0.46 |
| Hex | 3E | EA | 3 | 4A | 0 | 63 | 8 | 69 | 61 | 2E |
| Octal | 76 | 352 | 3 | 112 | 0 | 143 | 10 | 151 | 141 | 56 |
| Binary | 111110 | 11101010 | 11 | 1001010 | 0 | 1100011 | 1000 | 1101001 | 1100001 | 101110 |
Color Harmonies of #3EEA03
Complementary color
Monochromatic Colors of #3EEA03
Black with #3EEA03
Text Example
Text Example
White with #3EEA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEA03; }
p { color: rgb(62,234,3); }
H1.HeaderClassName
{
color: #3EEA03;
}
.AnyTagClassName
{
color: #3EEA03;
}
</style>
background-color css
<style>
a { background-color: #3EEA03; }
a { background-color: rgb(62,234,3); }
div.DivClassName
{
background-color: #3EEA03;
}
.BgClassName
{
background-color: #3EEA03;
}
</style>
border-color css
<style>
span { border-color: #3EEA03; }
span { border-color: rgb(62,234,3); }
td.TdClassName
{
border-color: #3EEA03;
}
.TagClassName
{
border-color: #3EEA03;
}
</style>