Shades of Harlequin #2CF019
Tints of Harlequin #2CF019
RGB
CMYK
RGB Variations
Color information
#2CF019 (or 0x2CF019) is known color: Harlequin. HEX triplet: 2C, F0 and 19. RGB value is (44,240,25). Sum of RGB (Red+Green+Blue) = 44+240+25=309 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.24% from 309); Green value is 240 (94.14% from 255 or 77.67% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF019 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF019 is #D30FE6. Grayscale: #9D9D9D. Windows color (decimal): -13832167 or 1699884. OLE color: 1699884.
HSL color Cylindrical-coordinate representation of color #2CF019: hue angle of 114.7º 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 #2CF019 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 240 | 25 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.06 |
| HSL | 114.7º | 0.88% | 0.52% | - |
| HSV(B) | 114.7º | 0.9% | 0.94% | - |
| XYZ | 32.37 | 62.93 | 11.36 | - |
| YUV | 156.89 | 53.57 | 47.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 240 | 25 | 0.82 | 0 | 0.90 | 0.06 | 114.7 | 0.88 | 0.52 |
| Hex | 2C | F0 | 19 | 52 | 0 | 5A | 6 | 73 | 58 | 34 |
| Octal | 54 | 360 | 31 | 122 | 0 | 132 | 6 | 163 | 130 | 64 |
| Binary | 101100 | 11110000 | 11001 | 1010010 | 0 | 1011010 | 110 | 1110011 | 1011000 | 110100 |
Color Harmonies of #2CF019
Complementary color
Monochromatic Colors of #2CF019
Black with #2CF019
Text Example
Text Example
White with #2CF019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF019; }
p { color: rgb(44,240,25); }
H1.HeaderClassName
{
color: #2CF019;
}
.AnyTagClassName
{
color: #2CF019;
}
</style>
background-color css
<style>
a { background-color: #2CF019; }
a { background-color: rgb(44,240,25); }
div.DivClassName
{
background-color: #2CF019;
}
.BgClassName
{
background-color: #2CF019;
}
</style>
border-color css
<style>
span { border-color: #2CF019; }
span { border-color: rgb(44,240,25); }
td.TdClassName
{
border-color: #2CF019;
}
.TagClassName
{
border-color: #2CF019;
}
</style>