Shades of Harlequin #2FED16
Tints of Harlequin #2FED16
RGB
CMYK
RGB Variations
Color information
#2FED16 (or 0x2FED16) is known color: Harlequin. HEX triplet: 2F, ED and 16. RGB value is (47,237,22). Sum of RGB (Red+Green+Blue) = 47+237+22=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 237 (92.97% from 255 or 77.45% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FED16 is #D012E9. Grayscale: #9C9C9C. Windows color (decimal): -13636330 or 1502511. OLE color: 1502511.
HSL color Cylindrical-coordinate representation of color #2FED16: hue angle of 113.02º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FED16 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 22 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.07 |
| HSL | 113.02º | 0.86% | 0.51% | - |
| HSV(B) | 113.02º | 0.91% | 0.93% | - |
| XYZ | 31.6 | 61.23 | 10.91 | - |
| YUV | 155.68 | 52.55 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 22 | 0.80 | 0 | 0.91 | 0.07 | 113.02 | 0.86 | 0.51 |
| Hex | 2F | ED | 16 | 50 | 0 | 5B | 7 | 71 | 56 | 33 |
| Octal | 57 | 355 | 26 | 120 | 0 | 133 | 7 | 161 | 126 | 63 |
| Binary | 101111 | 11101101 | 10110 | 1010000 | 0 | 1011011 | 111 | 1110001 | 1010110 | 110011 |
Color Harmonies of #2FED16
Complementary color
Monochromatic Colors of #2FED16
Black with #2FED16
Text Example
Text Example
White with #2FED16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FED16; }
p { color: rgb(47,237,22); }
H1.HeaderClassName
{
color: #2FED16;
}
.AnyTagClassName
{
color: #2FED16;
}
</style>
background-color css
<style>
a { background-color: #2FED16; }
a { background-color: rgb(47,237,22); }
div.DivClassName
{
background-color: #2FED16;
}
.BgClassName
{
background-color: #2FED16;
}
</style>
border-color css
<style>
span { border-color: #2FED16; }
span { border-color: rgb(47,237,22); }
td.TdClassName
{
border-color: #2FED16;
}
.TagClassName
{
border-color: #2FED16;
}
</style>