Shades of Harlequin #2FDB03
Tints of Harlequin #2FDB03
RGB
CMYK
RGB Variations
Color information
#2FDB03 (or 0x2FDB03) is known color: Harlequin. HEX triplet: 2F, DB and 03. RGB value is (47,219,3). Sum of RGB (Red+Green+Blue) = 47+219+3=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 219 (85.94% from 255 or 81.41% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 219 - color contains mainly: green. Hex color #2FDB03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDB03 is #D024FC. Grayscale: #8F8F8F. Windows color (decimal): -13640957 or 252719. OLE color: 252719.
HSL color Cylindrical-coordinate representation of color #2FDB03: hue angle of 107.78º 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 #2FDB03 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 219 | 3 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.14 |
| HSL | 107.78º | 0.97% | 0.44% | - |
| HSV(B) | 107.78º | 0.99% | 0.86% | - |
| XYZ | 26.52 | 51.27 | 8.59 | - |
| YUV | 142.95 | 49.02 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 219 | 3 | 0.79 | 0 | 0.99 | 0.14 | 107.78 | 0.97 | 0.44 |
| Hex | 2F | DB | 3 | 4F | 0 | 63 | E | 6C | 61 | 2C |
| Octal | 57 | 333 | 3 | 117 | 0 | 143 | 16 | 154 | 141 | 54 |
| Binary | 101111 | 11011011 | 11 | 1001111 | 0 | 1100011 | 1110 | 1101100 | 1100001 | 101100 |
Color Harmonies of #2FDB03
Complementary color
Monochromatic Colors of #2FDB03
Black with #2FDB03
Text Example
Text Example
White with #2FDB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDB03; }
p { color: rgb(47,219,3); }
H1.HeaderClassName
{
color: #2FDB03;
}
.AnyTagClassName
{
color: #2FDB03;
}
</style>
background-color css
<style>
a { background-color: #2FDB03; }
a { background-color: rgb(47,219,3); }
div.DivClassName
{
background-color: #2FDB03;
}
.BgClassName
{
background-color: #2FDB03;
}
</style>
border-color css
<style>
span { border-color: #2FDB03; }
span { border-color: rgb(47,219,3); }
td.TdClassName
{
border-color: #2FDB03;
}
.TagClassName
{
border-color: #2FDB03;
}
</style>