Shades of Harlequin #2CF014
Tints of Harlequin #2CF014
RGB
CMYK
RGB Variations
Color information
#2CF014 (or 0x2CF014) is known color: Harlequin. HEX triplet: 2C, F0 and 14. RGB value is (44,240,20). Sum of RGB (Red+Green+Blue) = 44+240+20=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 240 (94.14% from 255 or 78.95% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF014 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF014 is #D30FEB. Grayscale: #9C9C9C. Windows color (decimal): -13832172 or 1372204. OLE color: 1372204.
HSL color Cylindrical-coordinate representation of color #2CF014: hue angle of 113.45º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2CF014 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 240 | 20 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.06 |
| HSL | 113.45º | 0.88% | 0.51% | - |
| HSV(B) | 113.45º | 0.92% | 0.94% | - |
| XYZ | 32.33 | 62.91 | 11.1 | - |
| YUV | 156.32 | 51.07 | 47.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 240 | 20 | 0.82 | 0 | 0.92 | 0.06 | 113.45 | 0.88 | 0.51 |
| Hex | 2C | F0 | 14 | 52 | 0 | 5C | 6 | 71 | 58 | 33 |
| Octal | 54 | 360 | 24 | 122 | 0 | 134 | 6 | 161 | 130 | 63 |
| Binary | 101100 | 11110000 | 10100 | 1010010 | 0 | 1011100 | 110 | 1110001 | 1011000 | 110011 |
Color Harmonies of #2CF014
Complementary color
Monochromatic Colors of #2CF014
Black with #2CF014
Text Example
Text Example
White with #2CF014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF014; }
p { color: rgb(44,240,20); }
H1.HeaderClassName
{
color: #2CF014;
}
.AnyTagClassName
{
color: #2CF014;
}
</style>
background-color css
<style>
a { background-color: #2CF014; }
a { background-color: rgb(44,240,20); }
div.DivClassName
{
background-color: #2CF014;
}
.BgClassName
{
background-color: #2CF014;
}
</style>
border-color css
<style>
span { border-color: #2CF014; }
span { border-color: rgb(44,240,20); }
td.TdClassName
{
border-color: #2CF014;
}
.TagClassName
{
border-color: #2CF014;
}
</style>