Shades of Harlequin #2FEC0C
Tints of Harlequin #2FEC0C
RGB
CMYK
RGB Variations
Color information
#2FEC0C (or 0x2FEC0C) is known color: Harlequin. HEX triplet: 2F, EC and 0C. RGB value is (47,236,12). Sum of RGB (Red+Green+Blue) = 47+236+12=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 236 (92.58% from 255 or 80% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEC0C is #D013F3. Grayscale: #9A9A9A. Windows color (decimal): -13636596 or 846895. OLE color: 846895.
HSL color Cylindrical-coordinate representation of color #2FEC0C: hue angle of 110.62º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2FEC0C is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 12 | - |
| CMYK | 0.80 | 0 | 0.95 | 0.07 |
| HSL | 110.63º | 0.9% | 0.49% | - |
| HSV(B) | 110.63º | 0.95% | 0.93% | - |
| XYZ | 31.23 | 60.62 | 10.4 | - |
| YUV | 153.95 | 47.88 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 12 | 0.80 | 0 | 0.95 | 0.07 | 110.63 | 0.9 | 0.49 |
| Hex | 2F | EC | C | 50 | 0 | 5F | 7 | 6F | 5A | 31 |
| Octal | 57 | 354 | 14 | 120 | 0 | 137 | 7 | 157 | 132 | 61 |
| Binary | 101111 | 11101100 | 1100 | 1010000 | 0 | 1011111 | 111 | 1101111 | 1011010 | 110001 |
Color Harmonies of #2FEC0C
Complementary color
Monochromatic Colors of #2FEC0C
Black with #2FEC0C
Text Example
Text Example
White with #2FEC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEC0C; }
p { color: rgb(47,236,12); }
H1.HeaderClassName
{
color: #2FEC0C;
}
.AnyTagClassName
{
color: #2FEC0C;
}
</style>
background-color css
<style>
a { background-color: #2FEC0C; }
a { background-color: rgb(47,236,12); }
div.DivClassName
{
background-color: #2FEC0C;
}
.BgClassName
{
background-color: #2FEC0C;
}
</style>
border-color css
<style>
span { border-color: #2FEC0C; }
span { border-color: rgb(47,236,12); }
td.TdClassName
{
border-color: #2FEC0C;
}
.TagClassName
{
border-color: #2FEC0C;
}
</style>