Shades of Harlequin #2FDC03
Tints of Harlequin #2FDC03
RGB
CMYK
RGB Variations
Color information
#2FDC03 (or 0x2FDC03) is known color: Harlequin. HEX triplet: 2F, DC and 03. RGB value is (47,220,3). Sum of RGB (Red+Green+Blue) = 47+220+3=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 220 (86.33% from 255 or 81.48% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDC03 is #D023FC. Grayscale: #909090. Windows color (decimal): -13640701 or 252975. OLE color: 252975.
HSL color Cylindrical-coordinate representation of color #2FDC03: hue angle of 107.83º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FDC03 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 220 | 3 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.14 |
| HSL | 107.83º | 0.97% | 0.44% | - |
| HSV(B) | 107.83º | 0.99% | 0.86% | - |
| XYZ | 26.78 | 51.8 | 8.67 | - |
| YUV | 143.54 | 48.69 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 3 | 0.79 | 0 | 0.99 | 0.14 | 107.83 | 0.97 | 0.44 |
| Hex | 2F | DC | 3 | 4F | 0 | 63 | E | 6C | 61 | 2C |
| Octal | 57 | 334 | 3 | 117 | 0 | 143 | 16 | 154 | 141 | 54 |
| Binary | 101111 | 11011100 | 11 | 1001111 | 0 | 1100011 | 1110 | 1101100 | 1100001 | 101100 |
Color Harmonies of #2FDC03
Complementary color
Monochromatic Colors of #2FDC03
Black with #2FDC03
Text Example
Text Example
White with #2FDC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDC03; }
p { color: rgb(47,220,3); }
H1.HeaderClassName
{
color: #2FDC03;
}
.AnyTagClassName
{
color: #2FDC03;
}
</style>
background-color css
<style>
a { background-color: #2FDC03; }
a { background-color: rgb(47,220,3); }
div.DivClassName
{
background-color: #2FDC03;
}
.BgClassName
{
background-color: #2FDC03;
}
</style>
border-color css
<style>
span { border-color: #2FDC03; }
span { border-color: rgb(47,220,3); }
td.TdClassName
{
border-color: #2FDC03;
}
.TagClassName
{
border-color: #2FDC03;
}
</style>