Shades of Harlequin #2CF402
Tints of Harlequin #2CF402
RGB
CMYK
RGB Variations
Color information
#2CF402 (or 0x2CF402) is known color: Harlequin. HEX triplet: 2C, F4 and 02. RGB value is (44,244,2). Sum of RGB (Red+Green+Blue) = 44+244+2=290 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.17% from 290); Green value is 244 (95.70% from 255 or 84.14% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 244 - color contains mainly: green. Hex color #2CF402 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF402 is #D30BFD. Grayscale: #9D9D9D. Windows color (decimal): -13831166 or 193580. OLE color: 193580.
HSL color Cylindrical-coordinate representation of color #2CF402: hue angle of 109.59º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2CF402 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 244 | 2 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.04 |
| HSL | 109.59º | 0.98% | 0.48% | - |
| HSV(B) | 109.59º | 0.99% | 0.96% | - |
| XYZ | 33.4 | 65.24 | 10.89 | - |
| YUV | 156.61 | 40.74 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 244 | 2 | 0.82 | 0 | 0.99 | 0.04 | 109.59 | 0.98 | 0.48 |
| Hex | 2C | F4 | 2 | 52 | 0 | 63 | 4 | 6E | 62 | 30 |
| Octal | 54 | 364 | 2 | 122 | 0 | 143 | 4 | 156 | 142 | 60 |
| Binary | 101100 | 11110100 | 10 | 1010010 | 0 | 1100011 | 100 | 1101110 | 1100010 | 110000 |
Color Harmonies of #2CF402
Complementary color
Monochromatic Colors of #2CF402
Black with #2CF402
Text Example
Text Example
White with #2CF402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF402; }
p { color: rgb(44,244,2); }
H1.HeaderClassName
{
color: #2CF402;
}
.AnyTagClassName
{
color: #2CF402;
}
</style>
background-color css
<style>
a { background-color: #2CF402; }
a { background-color: rgb(44,244,2); }
div.DivClassName
{
background-color: #2CF402;
}
.BgClassName
{
background-color: #2CF402;
}
</style>
border-color css
<style>
span { border-color: #2CF402; }
span { border-color: rgb(44,244,2); }
td.TdClassName
{
border-color: #2CF402;
}
.TagClassName
{
border-color: #2CF402;
}
</style>