Shades of Harlequin #2CFC17
Tints of Harlequin #2CFC17
RGB
CMYK
RGB Variations
Color information
#2CFC17 (or 0x2CFC17) is known color: Harlequin. HEX triplet: 2C, FC and 17. RGB value is (44,252,23). Sum of RGB (Red+Green+Blue) = 44+252+23=319 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.79% from 319); Green value is 252 (98.83% from 255 or 79.00% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFC17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CFC17 is #D303E8. Grayscale: #A4A4A4. Windows color (decimal): -13829097 or 1571884. OLE color: 1571884.
HSL color Cylindrical-coordinate representation of color #2CFC17: hue angle of 114.5º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CFC17 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 252 | 23 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.01 |
| HSL | 114.5º | 0.97% | 0.54% | - |
| HSV(B) | 114.5º | 0.91% | 0.99% | - |
| XYZ | 36 | 70.22 | 12.47 | - |
| YUV | 163.7 | 48.59 | 42.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 252 | 23 | 0.83 | 0 | 0.91 | 0.01 | 114.5 | 0.97 | 0.54 |
| Hex | 2C | FC | 17 | 53 | 0 | 5B | 1 | 72 | 61 | 36 |
| Octal | 54 | 374 | 27 | 123 | 0 | 133 | 1 | 162 | 141 | 66 |
| Binary | 101100 | 11111100 | 10111 | 1010011 | 0 | 1011011 | 1 | 1110010 | 1100001 | 110110 |
Color Harmonies of #2CFC17
Complementary color
Monochromatic Colors of #2CFC17
Black with #2CFC17
Text Example
Text Example
White with #2CFC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFC17; }
p { color: rgb(44,252,23); }
H1.HeaderClassName
{
color: #2CFC17;
}
.AnyTagClassName
{
color: #2CFC17;
}
</style>
background-color css
<style>
a { background-color: #2CFC17; }
a { background-color: rgb(44,252,23); }
div.DivClassName
{
background-color: #2CFC17;
}
.BgClassName
{
background-color: #2CFC17;
}
</style>
border-color css
<style>
span { border-color: #2CFC17; }
span { border-color: rgb(44,252,23); }
td.TdClassName
{
border-color: #2CFC17;
}
.TagClassName
{
border-color: #2CFC17;
}
</style>