Shades of Harlequin #2FEF11
Tints of Harlequin #2FEF11
RGB
CMYK
RGB Variations
Color information
#2FEF11 (or 0x2FEF11) is known color: Harlequin. HEX triplet: 2F, EF and 11. RGB value is (47,239,17). Sum of RGB (Red+Green+Blue) = 47+239+17=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 239 (93.75% from 255 or 78.88% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEF11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEF11 is #D010EE. Grayscale: #9C9C9C. Windows color (decimal): -13635823 or 1175343. OLE color: 1175343.
HSL color Cylindrical-coordinate representation of color #2FEF11: hue angle of 111.89º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FEF11 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 239 | 17 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.06 |
| HSL | 111.89º | 0.87% | 0.5% | - |
| HSV(B) | 111.89º | 0.93% | 0.94% | - |
| XYZ | 32.14 | 62.38 | 10.88 | - |
| YUV | 156.28 | 49.39 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 17 | 0.80 | 0 | 0.93 | 0.06 | 111.89 | 0.87 | 0.5 |
| Hex | 2F | EF | 11 | 50 | 0 | 5D | 6 | 70 | 57 | 32 |
| Octal | 57 | 357 | 21 | 120 | 0 | 135 | 6 | 160 | 127 | 62 |
| Binary | 101111 | 11101111 | 10001 | 1010000 | 0 | 1011101 | 110 | 1110000 | 1010111 | 110010 |
Color Harmonies of #2FEF11
Complementary color
Monochromatic Colors of #2FEF11
Black with #2FEF11
Text Example
Text Example
White with #2FEF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEF11; }
p { color: rgb(47,239,17); }
H1.HeaderClassName
{
color: #2FEF11;
}
.AnyTagClassName
{
color: #2FEF11;
}
</style>
background-color css
<style>
a { background-color: #2FEF11; }
a { background-color: rgb(47,239,17); }
div.DivClassName
{
background-color: #2FEF11;
}
.BgClassName
{
background-color: #2FEF11;
}
</style>
border-color css
<style>
span { border-color: #2FEF11; }
span { border-color: rgb(47,239,17); }
td.TdClassName
{
border-color: #2FEF11;
}
.TagClassName
{
border-color: #2FEF11;
}
</style>