Shades of Harlequin #2FDB00
Tints of Harlequin #2FDB00
RGB
CMYK
RGB Variations
Color information
#2FDB00 (or 0x2FDB00) is known color: Harlequin. HEX triplet: 2F, DB and 00. RGB value is (47,219,0). Sum of RGB (Red+Green+Blue) = 47+219+0=266 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.67% from 266); Green value is 219 (85.94% from 255 or 82.33% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 219 - color contains mainly: green. Hex color #2FDB00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDB00 is #D024FF. Grayscale: #8F8F8F. Windows color (decimal): -13640960 or 56111. OLE color: 56111.
HSL color Cylindrical-coordinate representation of color #2FDB00: hue angle of 107.12º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FDB00 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 219 | 0 | - |
| CMYK | 0.79 | 0 | 1 | 0.14 |
| HSL | 107.12º | 1% | 0.43% | - |
| HSV(B) | 107.12º | 1% | 0.86% | - |
| XYZ | 26.5 | 51.27 | 8.5 | - |
| YUV | 142.61 | 47.52 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 219 | 0 | 0.79 | 0 | 1 | 0.14 | 107.12 | 1 | 0.43 |
| Hex | 2F | DB | 0 | 4F | 0 | 64 | E | 6B | 64 | 2B |
| Octal | 57 | 333 | 0 | 117 | 0 | 144 | 16 | 153 | 144 | 53 |
| Binary | 101111 | 11011011 | 0 | 1001111 | 0 | 1100100 | 1110 | 1101011 | 1100100 | 101011 |
Color Harmonies of #2FDB00
Complementary color
Monochromatic Colors of #2FDB00
Black with #2FDB00
Text Example
Text Example
White with #2FDB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDB00; }
p { color: rgb(47,219,0); }
H1.HeaderClassName
{
color: #2FDB00;
}
.AnyTagClassName
{
color: #2FDB00;
}
</style>
background-color css
<style>
a { background-color: #2FDB00; }
a { background-color: rgb(47,219,0); }
div.DivClassName
{
background-color: #2FDB00;
}
.BgClassName
{
background-color: #2FDB00;
}
</style>
border-color css
<style>
span { border-color: #2FDB00; }
span { border-color: rgb(47,219,0); }
td.TdClassName
{
border-color: #2FDB00;
}
.TagClassName
{
border-color: #2FDB00;
}
</style>