Shades of Harlequin #2FF616
Tints of Harlequin #2FF616
RGB
CMYK
RGB Variations
Color information
#2FF616 (or 0x2FF616) is known color: Harlequin. HEX triplet: 2F, F6 and 16. RGB value is (47,246,22). Sum of RGB (Red+Green+Blue) = 47+246+22=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 246 (96.48% from 255 or 78.10% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF616 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF616 is #D009E9. Grayscale: #A1A1A1. Windows color (decimal): -13634026 or 1504815. OLE color: 1504815.
HSL color Cylindrical-coordinate representation of color #2FF616: hue angle of 113.3º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FF616 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 246 | 22 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.04 |
| HSL | 113.3º | 0.93% | 0.53% | - |
| HSV(B) | 113.3º | 0.91% | 0.96% | - |
| XYZ | 34.27 | 66.57 | 11.8 | - |
| YUV | 160.96 | 49.57 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 246 | 22 | 0.81 | 0 | 0.91 | 0.04 | 113.3 | 0.93 | 0.53 |
| Hex | 2F | F6 | 16 | 51 | 0 | 5B | 4 | 71 | 5D | 35 |
| Octal | 57 | 366 | 26 | 121 | 0 | 133 | 4 | 161 | 135 | 65 |
| Binary | 101111 | 11110110 | 10110 | 1010001 | 0 | 1011011 | 100 | 1110001 | 1011101 | 110101 |
Color Harmonies of #2FF616
Complementary color
Monochromatic Colors of #2FF616
Black with #2FF616
Text Example
Text Example
White with #2FF616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF616; }
p { color: rgb(47,246,22); }
H1.HeaderClassName
{
color: #2FF616;
}
.AnyTagClassName
{
color: #2FF616;
}
</style>
background-color css
<style>
a { background-color: #2FF616; }
a { background-color: rgb(47,246,22); }
div.DivClassName
{
background-color: #2FF616;
}
.BgClassName
{
background-color: #2FF616;
}
</style>
border-color css
<style>
span { border-color: #2FF616; }
span { border-color: rgb(47,246,22); }
td.TdClassName
{
border-color: #2FF616;
}
.TagClassName
{
border-color: #2FF616;
}
</style>