Shades of Harlequin #2FFE16
Tints of Harlequin #2FFE16
RGB
CMYK
RGB Variations
Color information
#2FFE16 (or 0x2FFE16) is known color: Harlequin. HEX triplet: 2F, FE and 16. RGB value is (47,254,22). Sum of RGB (Red+Green+Blue) = 47+254+22=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 254 (99.61% from 255 or 78.64% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFE16 is #D001E9. Grayscale: #A6A6A6. Windows color (decimal): -13631978 or 1506863. OLE color: 1506863.
HSL color Cylindrical-coordinate representation of color #2FFE16: hue angle of 113.53º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FFE16 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 22 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.00 |
| HSL | 113.53º | 0.99% | 0.54% | - |
| HSV(B) | 113.53º | 0.91% | 1% | - |
| XYZ | 36.76 | 71.55 | 12.63 | - |
| YUV | 165.66 | 46.92 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 22 | 0.81 | 0 | 0.91 | 0.00 | 113.53 | 0.99 | 0.54 |
| Hex | 2F | FE | 16 | 51 | 0 | 5B | 0 | 72 | 63 | 36 |
| Octal | 57 | 376 | 26 | 121 | 0 | 133 | 0 | 162 | 143 | 66 |
| Binary | 101111 | 11111110 | 10110 | 1010001 | 0 | 1011011 | 0 | 1110010 | 1100011 | 110110 |
Color Harmonies of #2FFE16
Complementary color
Monochromatic Colors of #2FFE16
Black with #2FFE16
Text Example
Text Example
White with #2FFE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFE16; }
p { color: rgb(47,254,22); }
H1.HeaderClassName
{
color: #2FFE16;
}
.AnyTagClassName
{
color: #2FFE16;
}
</style>
background-color css
<style>
a { background-color: #2FFE16; }
a { background-color: rgb(47,254,22); }
div.DivClassName
{
background-color: #2FFE16;
}
.BgClassName
{
background-color: #2FFE16;
}
</style>
border-color css
<style>
span { border-color: #2FFE16; }
span { border-color: rgb(47,254,22); }
td.TdClassName
{
border-color: #2FFE16;
}
.TagClassName
{
border-color: #2FFE16;
}
</style>