Shades of Harlequin #2FDC0B
Tints of Harlequin #2FDC0B
RGB
CMYK
RGB Variations
Color information
#2FDC0B (or 0x2FDC0B) is known color: Harlequin. HEX triplet: 2F, DC and 0B. RGB value is (47,220,11). Sum of RGB (Red+Green+Blue) = 47+220+11=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 220 (86.33% from 255 or 79.14% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDC0B is #D023F4. Grayscale: #919191. Windows color (decimal): -13640693 or 777263. OLE color: 777263.
HSL color Cylindrical-coordinate representation of color #2FDC0B: hue angle of 109.67º 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 #2FDC0B is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 220 | 11 | - |
| CMYK | 0.79 | 0 | 0.95 | 0.14 |
| HSL | 109.67º | 0.9% | 0.45% | - |
| HSV(B) | 109.67º | 0.95% | 0.86% | - |
| XYZ | 26.83 | 51.81 | 8.9 | - |
| YUV | 144.45 | 52.69 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 11 | 0.79 | 0 | 0.95 | 0.14 | 109.67 | 0.9 | 0.45 |
| Hex | 2F | DC | B | 4F | 0 | 5F | E | 6E | 5A | 2D |
| Octal | 57 | 334 | 13 | 117 | 0 | 137 | 16 | 156 | 132 | 55 |
| Binary | 101111 | 11011100 | 1011 | 1001111 | 0 | 1011111 | 1110 | 1101110 | 1011010 | 101101 |
Color Harmonies of #2FDC0B
Complementary color
Monochromatic Colors of #2FDC0B
Black with #2FDC0B
Text Example
Text Example
White with #2FDC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDC0B; }
p { color: rgb(47,220,11); }
H1.HeaderClassName
{
color: #2FDC0B;
}
.AnyTagClassName
{
color: #2FDC0B;
}
</style>
background-color css
<style>
a { background-color: #2FDC0B; }
a { background-color: rgb(47,220,11); }
div.DivClassName
{
background-color: #2FDC0B;
}
.BgClassName
{
background-color: #2FDC0B;
}
</style>
border-color css
<style>
span { border-color: #2FDC0B; }
span { border-color: rgb(47,220,11); }
td.TdClassName
{
border-color: #2FDC0B;
}
.TagClassName
{
border-color: #2FDC0B;
}
</style>