Shades of Harlequin #2FDC0C
Tints of Harlequin #2FDC0C
RGB
CMYK
RGB Variations
Color information
#2FDC0C (or 0x2FDC0C) is known color: Harlequin. HEX triplet: 2F, DC and 0C. RGB value is (47,220,12). Sum of RGB (Red+Green+Blue) = 47+220+12=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 220 (86.33% from 255 or 78.85% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDC0C is #D023F3. Grayscale: #919191. Windows color (decimal): -13640692 or 842799. OLE color: 842799.
HSL color Cylindrical-coordinate representation of color #2FDC0C: hue angle of 109.9º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2FDC0C is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 220 | 12 | - |
| CMYK | 0.79 | 0 | 0.95 | 0.14 |
| HSL | 109.9º | 0.9% | 0.45% | - |
| HSV(B) | 109.9º | 0.95% | 0.86% | - |
| XYZ | 26.83 | 51.82 | 8.94 | - |
| YUV | 144.56 | 53.19 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 12 | 0.79 | 0 | 0.95 | 0.14 | 109.9 | 0.9 | 0.45 |
| Hex | 2F | DC | C | 4F | 0 | 5F | E | 6E | 5A | 2D |
| Octal | 57 | 334 | 14 | 117 | 0 | 137 | 16 | 156 | 132 | 55 |
| Binary | 101111 | 11011100 | 1100 | 1001111 | 0 | 1011111 | 1110 | 1101110 | 1011010 | 101101 |
Color Harmonies of #2FDC0C
Complementary color
Monochromatic Colors of #2FDC0C
Black with #2FDC0C
Text Example
Text Example
White with #2FDC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDC0C; }
p { color: rgb(47,220,12); }
H1.HeaderClassName
{
color: #2FDC0C;
}
.AnyTagClassName
{
color: #2FDC0C;
}
</style>
background-color css
<style>
a { background-color: #2FDC0C; }
a { background-color: rgb(47,220,12); }
div.DivClassName
{
background-color: #2FDC0C;
}
.BgClassName
{
background-color: #2FDC0C;
}
</style>
border-color css
<style>
span { border-color: #2FDC0C; }
span { border-color: rgb(47,220,12); }
td.TdClassName
{
border-color: #2FDC0C;
}
.TagClassName
{
border-color: #2FDC0C;
}
</style>