Shades of Harlequin #2FEC05
Tints of Harlequin #2FEC05
RGB
CMYK
RGB Variations
Color information
#2FEC05 (or 0x2FEC05) is known color: Harlequin. HEX triplet: 2F, EC and 05. RGB value is (47,236,5). Sum of RGB (Red+Green+Blue) = 47+236+5=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 236 (92.58% from 255 or 81.94% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEC05 is #D013FA. Grayscale: #999999. Windows color (decimal): -13636603 or 388143. OLE color: 388143.
HSL color Cylindrical-coordinate representation of color #2FEC05: hue angle of 109.09º degrees, saturation: 0.96, 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 #2FEC05 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 5 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.07 |
| HSL | 109.09º | 0.96% | 0.47% | - |
| HSV(B) | 109.09º | 0.98% | 0.93% | - |
| XYZ | 31.2 | 60.61 | 10.2 | - |
| YUV | 153.16 | 44.38 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 5 | 0.80 | 0 | 0.98 | 0.07 | 109.09 | 0.96 | 0.47 |
| Hex | 2F | EC | 5 | 50 | 0 | 62 | 7 | 6D | 60 | 2F |
| Octal | 57 | 354 | 5 | 120 | 0 | 142 | 7 | 155 | 140 | 57 |
| Binary | 101111 | 11101100 | 101 | 1010000 | 0 | 1100010 | 111 | 1101101 | 1100000 | 101111 |
Color Harmonies of #2FEC05
Complementary color
Monochromatic Colors of #2FEC05
Black with #2FEC05
Text Example
Text Example
White with #2FEC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEC05; }
p { color: rgb(47,236,5); }
H1.HeaderClassName
{
color: #2FEC05;
}
.AnyTagClassName
{
color: #2FEC05;
}
</style>
background-color css
<style>
a { background-color: #2FEC05; }
a { background-color: rgb(47,236,5); }
div.DivClassName
{
background-color: #2FEC05;
}
.BgClassName
{
background-color: #2FEC05;
}
</style>
border-color css
<style>
span { border-color: #2FEC05; }
span { border-color: rgb(47,236,5); }
td.TdClassName
{
border-color: #2FEC05;
}
.TagClassName
{
border-color: #2FEC05;
}
</style>