Shades of Harlequin #3EF116
Tints of Harlequin #3EF116
RGB
CMYK
RGB Variations
Color information
#3EF116 (or 0x3EF116) is known color: Harlequin. HEX triplet: 3E, F1 and 16. RGB value is (62,241,22). Sum of RGB (Red+Green+Blue) = 62+241+22=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 241 (94.53% from 255 or 74.15% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 241 - color contains mainly: green. Hex color #3EF116 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EF116 is #C10EE9. Grayscale: #A3A3A3. Windows color (decimal): -12652266 or 1503550. OLE color: 1503550.
HSL color Cylindrical-coordinate representation of color #3EF116: hue angle of 109.04º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3EF116 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 241 | 22 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.05 |
| HSL | 109.04º | 0.89% | 0.52% | - |
| HSV(B) | 109.04º | 0.91% | 0.95% | - |
| XYZ | 33.59 | 63.99 | 11.34 | - |
| YUV | 162.51 | 48.7 | 56.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 241 | 22 | 0.74 | 0 | 0.91 | 0.05 | 109.04 | 0.89 | 0.52 |
| Hex | 3E | F1 | 16 | 4A | 0 | 5B | 5 | 6D | 59 | 34 |
| Octal | 76 | 361 | 26 | 112 | 0 | 133 | 5 | 155 | 131 | 64 |
| Binary | 111110 | 11110001 | 10110 | 1001010 | 0 | 1011011 | 101 | 1101101 | 1011001 | 110100 |
Color Harmonies of #3EF116
Complementary color
Monochromatic Colors of #3EF116
Black with #3EF116
Text Example
Text Example
White with #3EF116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF116; }
p { color: rgb(62,241,22); }
H1.HeaderClassName
{
color: #3EF116;
}
.AnyTagClassName
{
color: #3EF116;
}
</style>
background-color css
<style>
a { background-color: #3EF116; }
a { background-color: rgb(62,241,22); }
div.DivClassName
{
background-color: #3EF116;
}
.BgClassName
{
background-color: #3EF116;
}
</style>
border-color css
<style>
span { border-color: #3EF116; }
span { border-color: rgb(62,241,22); }
td.TdClassName
{
border-color: #3EF116;
}
.TagClassName
{
border-color: #3EF116;
}
</style>