Shades of Harlequin #2FEC04
Tints of Harlequin #2FEC04
RGB
CMYK
RGB Variations
Color information
#2FEC04 (or 0x2FEC04) is known color: Harlequin. HEX triplet: 2F, EC and 04. RGB value is (47,236,4). Sum of RGB (Red+Green+Blue) = 47+236+4=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 236 (92.58% from 255 or 82.23% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEC04 is #D013FB. Grayscale: #999999. Windows color (decimal): -13636604 or 322607. OLE color: 322607.
HSL color Cylindrical-coordinate representation of color #2FEC04: hue angle of 108.88º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FEC04 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 4 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.07 |
| HSL | 108.88º | 0.97% | 0.47% | - |
| HSV(B) | 108.88º | 0.98% | 0.93% | - |
| XYZ | 31.19 | 60.6 | 10.17 | - |
| YUV | 153.04 | 43.88 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 4 | 0.80 | 0 | 0.98 | 0.07 | 108.88 | 0.97 | 0.47 |
| Hex | 2F | EC | 4 | 50 | 0 | 62 | 7 | 6D | 61 | 2F |
| Octal | 57 | 354 | 4 | 120 | 0 | 142 | 7 | 155 | 141 | 57 |
| Binary | 101111 | 11101100 | 100 | 1010000 | 0 | 1100010 | 111 | 1101101 | 1100001 | 101111 |
Color Harmonies of #2FEC04
Complementary color
Monochromatic Colors of #2FEC04
Black with #2FEC04
Text Example
Text Example
White with #2FEC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEC04; }
p { color: rgb(47,236,4); }
H1.HeaderClassName
{
color: #2FEC04;
}
.AnyTagClassName
{
color: #2FEC04;
}
</style>
background-color css
<style>
a { background-color: #2FEC04; }
a { background-color: rgb(47,236,4); }
div.DivClassName
{
background-color: #2FEC04;
}
.BgClassName
{
background-color: #2FEC04;
}
</style>
border-color css
<style>
span { border-color: #2FEC04; }
span { border-color: rgb(47,236,4); }
td.TdClassName
{
border-color: #2FEC04;
}
.TagClassName
{
border-color: #2FEC04;
}
</style>