Shades of Harlequin #3EE20F
Tints of Harlequin #3EE20F
RGB
CMYK
RGB Variations
Color information
#3EE20F (or 0x3EE20F) is known color: Harlequin. HEX triplet: 3E, E2 and 0F. RGB value is (62,226,15). Sum of RGB (Red+Green+Blue) = 62+226+15=303 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.46% from 303); Green value is 226 (88.67% from 255 or 74.59% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 226 - color contains mainly: green. Hex color #3EE20F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EE20F is #C11DF0. Grayscale: #999999. Windows color (decimal): -12656113 or 1040958. OLE color: 1040958.
HSL color Cylindrical-coordinate representation of color #3EE20F: hue angle of 106.64º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3EE20F is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 226 | 15 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.11 |
| HSL | 106.64º | 0.88% | 0.47% | - |
| HSV(B) | 106.64º | 0.93% | 0.89% | - |
| XYZ | 29.27 | 55.45 | 9.61 | - |
| YUV | 152.91 | 50.17 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 226 | 15 | 0.73 | 0 | 0.93 | 0.11 | 106.64 | 0.88 | 0.47 |
| Hex | 3E | E2 | F | 49 | 0 | 5D | B | 6B | 58 | 2F |
| Octal | 76 | 342 | 17 | 111 | 0 | 135 | 13 | 153 | 130 | 57 |
| Binary | 111110 | 11100010 | 1111 | 1001001 | 0 | 1011101 | 1011 | 1101011 | 1011000 | 101111 |
Color Harmonies of #3EE20F
Complementary color
Monochromatic Colors of #3EE20F
Black with #3EE20F
Text Example
Text Example
White with #3EE20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE20F; }
p { color: rgb(62,226,15); }
H1.HeaderClassName
{
color: #3EE20F;
}
.AnyTagClassName
{
color: #3EE20F;
}
</style>
background-color css
<style>
a { background-color: #3EE20F; }
a { background-color: rgb(62,226,15); }
div.DivClassName
{
background-color: #3EE20F;
}
.BgClassName
{
background-color: #3EE20F;
}
</style>
border-color css
<style>
span { border-color: #3EE20F; }
span { border-color: rgb(62,226,15); }
td.TdClassName
{
border-color: #3EE20F;
}
.TagClassName
{
border-color: #3EE20F;
}
</style>