Shades of Harlequin #3EFA20
Tints of Harlequin #3EFA20
RGB
CMYK
RGB Variations
Color information
#3EFA20 (or 0x3EFA20) is known color: Harlequin. HEX triplet: 3E, FA and 20. RGB value is (62,250,32). Sum of RGB (Red+Green+Blue) = 62+250+32=344 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.02% from 344); Green value is 250 (98.05% from 255 or 72.67% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 250 - color contains mainly: green. Hex color #3EFA20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFA20 is #C105DF. Grayscale: #A9A9A9. Windows color (decimal): -12649952 or 2161214. OLE color: 2161214.
HSL color Cylindrical-coordinate representation of color #3EFA20: hue angle of 111.74º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3EFA20 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 250 | 32 | - |
| CMYK | 0.75 | 0 | 0.87 | 0.02 |
| HSL | 111.74º | 0.96% | 0.55% | - |
| HSV(B) | 111.74º | 0.87% | 0.98% | - |
| XYZ | 36.43 | 69.5 | 12.86 | - |
| YUV | 168.94 | 50.72 | 51.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 250 | 32 | 0.75 | 0 | 0.87 | 0.02 | 111.74 | 0.96 | 0.55 |
| Hex | 3E | FA | 20 | 4B | 0 | 57 | 2 | 70 | 60 | 37 |
| Octal | 76 | 372 | 40 | 113 | 0 | 127 | 2 | 160 | 140 | 67 |
| Binary | 111110 | 11111010 | 100000 | 1001011 | 0 | 1010111 | 10 | 1110000 | 1100000 | 110111 |
Color Harmonies of #3EFA20
Complementary color
Monochromatic Colors of #3EFA20
Black with #3EFA20
Text Example
Text Example
White with #3EFA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFA20; }
p { color: rgb(62,250,32); }
H1.HeaderClassName
{
color: #3EFA20;
}
.AnyTagClassName
{
color: #3EFA20;
}
</style>
background-color css
<style>
a { background-color: #3EFA20; }
a { background-color: rgb(62,250,32); }
div.DivClassName
{
background-color: #3EFA20;
}
.BgClassName
{
background-color: #3EFA20;
}
</style>
border-color css
<style>
span { border-color: #3EFA20; }
span { border-color: rgb(62,250,32); }
td.TdClassName
{
border-color: #3EFA20;
}
.TagClassName
{
border-color: #3EFA20;
}
</style>