Shades of Harlequin #2FFD03
Tints of Harlequin #2FFD03
RGB
CMYK
RGB Variations
Color information
#2FFD03 (or 0x2FFD03) is known color: Harlequin. HEX triplet: 2F, FD and 03. RGB value is (47,253,3). Sum of RGB (Red+Green+Blue) = 47+253+3=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 253 (99.22% from 255 or 83.50% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFD03 is #D002FC. Grayscale: #A3A3A3. Windows color (decimal): -13632253 or 261423. OLE color: 261423.
HSL color Cylindrical-coordinate representation of color #2FFD03: hue angle of 109.44º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FFD03 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 3 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.01 |
| HSL | 109.44º | 0.98% | 0.5% | - |
| HSV(B) | 109.44º | 0.99% | 0.99% | - |
| XYZ | 36.31 | 70.86 | 11.85 | - |
| YUV | 162.91 | 37.75 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 3 | 0.81 | 0 | 0.99 | 0.01 | 109.44 | 0.98 | 0.5 |
| Hex | 2F | FD | 3 | 51 | 0 | 63 | 1 | 6D | 62 | 32 |
| Octal | 57 | 375 | 3 | 121 | 0 | 143 | 1 | 155 | 142 | 62 |
| Binary | 101111 | 11111101 | 11 | 1010001 | 0 | 1100011 | 1 | 1101101 | 1100010 | 110010 |
Color Harmonies of #2FFD03
Complementary color
Monochromatic Colors of #2FFD03
Black with #2FFD03
Text Example
Text Example
White with #2FFD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFD03; }
p { color: rgb(47,253,3); }
H1.HeaderClassName
{
color: #2FFD03;
}
.AnyTagClassName
{
color: #2FFD03;
}
</style>
background-color css
<style>
a { background-color: #2FFD03; }
a { background-color: rgb(47,253,3); }
div.DivClassName
{
background-color: #2FFD03;
}
.BgClassName
{
background-color: #2FFD03;
}
</style>
border-color css
<style>
span { border-color: #2FFD03; }
span { border-color: rgb(47,253,3); }
td.TdClassName
{
border-color: #2FFD03;
}
.TagClassName
{
border-color: #2FFD03;
}
</style>