Shades of Harlequin #2FEC15
Tints of Harlequin #2FEC15
RGB
CMYK
RGB Variations
Color information
#2FEC15 (or 0x2FEC15) is known color: Harlequin. HEX triplet: 2F, EC and 15. RGB value is (47,236,21). Sum of RGB (Red+Green+Blue) = 47+236+21=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 236 (92.58% from 255 or 77.63% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEC15 is #D013EA. Grayscale: #9B9B9B. Windows color (decimal): -13636587 or 1436719. OLE color: 1436719.
HSL color Cylindrical-coordinate representation of color #2FEC15: hue angle of 112.74º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FEC15 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 21 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.07 |
| HSL | 112.74º | 0.85% | 0.5% | - |
| HSV(B) | 112.74º | 0.91% | 0.93% | - |
| XYZ | 31.3 | 60.65 | 10.77 | - |
| YUV | 154.98 | 52.38 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 21 | 0.80 | 0 | 0.91 | 0.07 | 112.74 | 0.85 | 0.5 |
| Hex | 2F | EC | 15 | 50 | 0 | 5B | 7 | 71 | 55 | 32 |
| Octal | 57 | 354 | 25 | 120 | 0 | 133 | 7 | 161 | 125 | 62 |
| Binary | 101111 | 11101100 | 10101 | 1010000 | 0 | 1011011 | 111 | 1110001 | 1010101 | 110010 |
Color Harmonies of #2FEC15
Complementary color
Monochromatic Colors of #2FEC15
Black with #2FEC15
Text Example
Text Example
White with #2FEC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEC15; }
p { color: rgb(47,236,21); }
H1.HeaderClassName
{
color: #2FEC15;
}
.AnyTagClassName
{
color: #2FEC15;
}
</style>
background-color css
<style>
a { background-color: #2FEC15; }
a { background-color: rgb(47,236,21); }
div.DivClassName
{
background-color: #2FEC15;
}
.BgClassName
{
background-color: #2FEC15;
}
</style>
border-color css
<style>
span { border-color: #2FEC15; }
span { border-color: rgb(47,236,21); }
td.TdClassName
{
border-color: #2FEC15;
}
.TagClassName
{
border-color: #2FEC15;
}
</style>