Shades of Harlequin #2CF017
Tints of Harlequin #2CF017
RGB
CMYK
RGB Variations
Color information
#2CF017 (or 0x2CF017) is known color: Harlequin. HEX triplet: 2C, F0 and 17. RGB value is (44,240,23). Sum of RGB (Red+Green+Blue) = 44+240+23=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 240 (94.14% from 255 or 78.18% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF017 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF017 is #D30FE8. Grayscale: #9D9D9D. Windows color (decimal): -13832169 or 1568812. OLE color: 1568812.
HSL color Cylindrical-coordinate representation of color #2CF017: hue angle of 114.19º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CF017 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 240 | 23 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.06 |
| HSL | 114.19º | 0.88% | 0.52% | - |
| HSV(B) | 114.19º | 0.9% | 0.94% | - |
| XYZ | 32.35 | 62.92 | 11.25 | - |
| YUV | 156.66 | 52.57 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 240 | 23 | 0.82 | 0 | 0.90 | 0.06 | 114.19 | 0.88 | 0.52 |
| Hex | 2C | F0 | 17 | 52 | 0 | 5A | 6 | 72 | 58 | 34 |
| Octal | 54 | 360 | 27 | 122 | 0 | 132 | 6 | 162 | 130 | 64 |
| Binary | 101100 | 11110000 | 10111 | 1010010 | 0 | 1011010 | 110 | 1110010 | 1011000 | 110100 |
Color Harmonies of #2CF017
Complementary color
Monochromatic Colors of #2CF017
Black with #2CF017
Text Example
Text Example
White with #2CF017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF017; }
p { color: rgb(44,240,23); }
H1.HeaderClassName
{
color: #2CF017;
}
.AnyTagClassName
{
color: #2CF017;
}
</style>
background-color css
<style>
a { background-color: #2CF017; }
a { background-color: rgb(44,240,23); }
div.DivClassName
{
background-color: #2CF017;
}
.BgClassName
{
background-color: #2CF017;
}
</style>
border-color css
<style>
span { border-color: #2CF017; }
span { border-color: rgb(44,240,23); }
td.TdClassName
{
border-color: #2CF017;
}
.TagClassName
{
border-color: #2CF017;
}
</style>