Shades of Harlequin #3EF202
Tints of Harlequin #3EF202
RGB
CMYK
RGB Variations
Color information
#3EF202 (or 0x3EF202) is known color: Harlequin. HEX triplet: 3E, F2 and 02. RGB value is (62,242,2). Sum of RGB (Red+Green+Blue) = 62+242+2=306 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.26% from 306); Green value is 242 (94.92% from 255 or 79.08% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 242 - color contains mainly: green. Hex color #3EF202 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EF202 is #C10DFD. Grayscale: #A1A1A1. Windows color (decimal): -12652030 or 193086. OLE color: 193086.
HSL color Cylindrical-coordinate representation of color #3EF202: hue angle of 105º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3EF202 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 242 | 2 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.05 |
| HSL | 105º | 0.98% | 0.48% | - |
| HSV(B) | 105º | 0.99% | 0.95% | - |
| XYZ | 33.75 | 64.53 | 10.73 | - |
| YUV | 160.82 | 38.37 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 242 | 2 | 0.74 | 0 | 0.99 | 0.05 | 105 | 0.98 | 0.48 |
| Hex | 3E | F2 | 2 | 4A | 0 | 63 | 5 | 69 | 62 | 30 |
| Octal | 76 | 362 | 2 | 112 | 0 | 143 | 5 | 151 | 142 | 60 |
| Binary | 111110 | 11110010 | 10 | 1001010 | 0 | 1100011 | 101 | 1101001 | 1100010 | 110000 |
Color Harmonies of #3EF202
Complementary color
Monochromatic Colors of #3EF202
Black with #3EF202
Text Example
Text Example
White with #3EF202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF202; }
p { color: rgb(62,242,2); }
H1.HeaderClassName
{
color: #3EF202;
}
.AnyTagClassName
{
color: #3EF202;
}
</style>
background-color css
<style>
a { background-color: #3EF202; }
a { background-color: rgb(62,242,2); }
div.DivClassName
{
background-color: #3EF202;
}
.BgClassName
{
background-color: #3EF202;
}
</style>
border-color css
<style>
span { border-color: #3EF202; }
span { border-color: rgb(62,242,2); }
td.TdClassName
{
border-color: #3EF202;
}
.TagClassName
{
border-color: #3EF202;
}
</style>