Shades of Harlequin #3EFC15
Tints of Harlequin #3EFC15
RGB
CMYK
RGB Variations
Color information
#3EFC15 (or 0x3EFC15) is known color: Harlequin. HEX triplet: 3E, FC and 15. RGB value is (62,252,21). Sum of RGB (Red+Green+Blue) = 62+252+21=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 252 (98.83% from 255 or 75.22% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFC15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFC15 is #C103EA. Grayscale: #A9A9A9. Windows color (decimal): -12649451 or 1440830. OLE color: 1440830.
HSL color Cylindrical-coordinate representation of color #3EFC15: hue angle of 109.35º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3EFC15 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 252 | 21 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.01 |
| HSL | 109.35º | 0.97% | 0.54% | - |
| HSV(B) | 109.35º | 0.92% | 0.99% | - |
| XYZ | 36.93 | 70.7 | 12.41 | - |
| YUV | 168.86 | 44.55 | 51.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 252 | 21 | 0.75 | 0 | 0.92 | 0.01 | 109.35 | 0.97 | 0.54 |
| Hex | 3E | FC | 15 | 4B | 0 | 5C | 1 | 6D | 61 | 36 |
| Octal | 76 | 374 | 25 | 113 | 0 | 134 | 1 | 155 | 141 | 66 |
| Binary | 111110 | 11111100 | 10101 | 1001011 | 0 | 1011100 | 1 | 1101101 | 1100001 | 110110 |
Color Harmonies of #3EFC15
Complementary color
Monochromatic Colors of #3EFC15
Black with #3EFC15
Text Example
Text Example
White with #3EFC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFC15; }
p { color: rgb(62,252,21); }
H1.HeaderClassName
{
color: #3EFC15;
}
.AnyTagClassName
{
color: #3EFC15;
}
</style>
background-color css
<style>
a { background-color: #3EFC15; }
a { background-color: rgb(62,252,21); }
div.DivClassName
{
background-color: #3EFC15;
}
.BgClassName
{
background-color: #3EFC15;
}
</style>
border-color css
<style>
span { border-color: #3EFC15; }
span { border-color: rgb(62,252,21); }
td.TdClassName
{
border-color: #3EFC15;
}
.TagClassName
{
border-color: #3EFC15;
}
</style>