Shades of Harlequin #2FEF17
Tints of Harlequin #2FEF17
RGB
CMYK
RGB Variations
Color information
#2FEF17 (or 0x2FEF17) is known color: Harlequin. HEX triplet: 2F, EF and 17. RGB value is (47,239,23). Sum of RGB (Red+Green+Blue) = 47+239+23=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 239 (93.75% from 255 or 77.35% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEF17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEF17 is #D010E8. Grayscale: #9D9D9D. Windows color (decimal): -13635817 or 1568559. OLE color: 1568559.
HSL color Cylindrical-coordinate representation of color #2FEF17: hue angle of 113.33º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FEF17 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 239 | 23 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.06 |
| HSL | 113.33º | 0.87% | 0.51% | - |
| HSV(B) | 113.33º | 0.9% | 0.94% | - |
| XYZ | 32.19 | 62.4 | 11.16 | - |
| YUV | 156.97 | 52.39 | 49.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 23 | 0.80 | 0 | 0.90 | 0.06 | 113.33 | 0.87 | 0.51 |
| Hex | 2F | EF | 17 | 50 | 0 | 5A | 6 | 71 | 57 | 33 |
| Octal | 57 | 357 | 27 | 120 | 0 | 132 | 6 | 161 | 127 | 63 |
| Binary | 101111 | 11101111 | 10111 | 1010000 | 0 | 1011010 | 110 | 1110001 | 1010111 | 110011 |
Color Harmonies of #2FEF17
Complementary color
Monochromatic Colors of #2FEF17
Black with #2FEF17
Text Example
Text Example
White with #2FEF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEF17; }
p { color: rgb(47,239,23); }
H1.HeaderClassName
{
color: #2FEF17;
}
.AnyTagClassName
{
color: #2FEF17;
}
</style>
background-color css
<style>
a { background-color: #2FEF17; }
a { background-color: rgb(47,239,23); }
div.DivClassName
{
background-color: #2FEF17;
}
.BgClassName
{
background-color: #2FEF17;
}
</style>
border-color css
<style>
span { border-color: #2FEF17; }
span { border-color: rgb(47,239,23); }
td.TdClassName
{
border-color: #2FEF17;
}
.TagClassName
{
border-color: #2FEF17;
}
</style>