Shades of Harlequin #2CF01A
Tints of Harlequin #2CF01A
RGB
CMYK
RGB Variations
Color information
#2CF01A (or 0x2CF01A) is known color: Harlequin. HEX triplet: 2C, F0 and 1A. RGB value is (44,240,26). Sum of RGB (Red+Green+Blue) = 44+240+26=310 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.19% from 310); Green value is 240 (94.14% from 255 or 77.42% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF01A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF01A is #D30FE5. Grayscale: #9D9D9D. Windows color (decimal): -13832166 or 1765420. OLE color: 1765420.
HSL color Cylindrical-coordinate representation of color #2CF01A: hue angle of 114.95º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2CF01A is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 240 | 26 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.06 |
| HSL | 114.95º | 0.88% | 0.52% | - |
| HSV(B) | 114.95º | 0.89% | 0.94% | - |
| XYZ | 32.39 | 62.93 | 11.42 | - |
| YUV | 157 | 54.07 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 240 | 26 | 0.82 | 0 | 0.89 | 0.06 | 114.95 | 0.88 | 0.52 |
| Hex | 2C | F0 | 1A | 52 | 0 | 59 | 6 | 73 | 58 | 34 |
| Octal | 54 | 360 | 32 | 122 | 0 | 131 | 6 | 163 | 130 | 64 |
| Binary | 101100 | 11110000 | 11010 | 1010010 | 0 | 1011001 | 110 | 1110011 | 1011000 | 110100 |
Color Harmonies of #2CF01A
Complementary color
Monochromatic Colors of #2CF01A
Black with #2CF01A
Text Example
Text Example
White with #2CF01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF01A; }
p { color: rgb(44,240,26); }
H1.HeaderClassName
{
color: #2CF01A;
}
.AnyTagClassName
{
color: #2CF01A;
}
</style>
background-color css
<style>
a { background-color: #2CF01A; }
a { background-color: rgb(44,240,26); }
div.DivClassName
{
background-color: #2CF01A;
}
.BgClassName
{
background-color: #2CF01A;
}
</style>
border-color css
<style>
span { border-color: #2CF01A; }
span { border-color: rgb(44,240,26); }
td.TdClassName
{
border-color: #2CF01A;
}
.TagClassName
{
border-color: #2CF01A;
}
</style>