Shades of Harlequin #2CE816
Tints of Harlequin #2CE816
RGB
CMYK
RGB Variations
Color information
#2CE816 (or 0x2CE816) is known color: Harlequin. HEX triplet: 2C, E8 and 16. RGB value is (44,232,22). Sum of RGB (Red+Green+Blue) = 44+232+22=298 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.77% from 298); Green value is 232 (91.02% from 255 or 77.85% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 232 - color contains mainly: green. Hex color #2CE816 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CE816 is #D317E9. Grayscale: #989898. Windows color (decimal): -13834218 or 1501228. OLE color: 1501228.
HSL color Cylindrical-coordinate representation of color #2CE816: hue angle of 113.71º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CE816 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 232 | 22 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.09 |
| HSL | 113.71º | 0.83% | 0.5% | - |
| HSV(B) | 113.71º | 0.91% | 0.91% | - |
| XYZ | 30.04 | 58.31 | 10.43 | - |
| YUV | 151.85 | 54.72 | 51.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 232 | 22 | 0.81 | 0 | 0.91 | 0.09 | 113.71 | 0.83 | 0.5 |
| Hex | 2C | E8 | 16 | 51 | 0 | 5B | 9 | 72 | 53 | 32 |
| Octal | 54 | 350 | 26 | 121 | 0 | 133 | 11 | 162 | 123 | 62 |
| Binary | 101100 | 11101000 | 10110 | 1010001 | 0 | 1011011 | 1001 | 1110010 | 1010011 | 110010 |
Color Harmonies of #2CE816
Complementary color
Monochromatic Colors of #2CE816
Black with #2CE816
Text Example
Text Example
White with #2CE816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE816; }
p { color: rgb(44,232,22); }
H1.HeaderClassName
{
color: #2CE816;
}
.AnyTagClassName
{
color: #2CE816;
}
</style>
background-color css
<style>
a { background-color: #2CE816; }
a { background-color: rgb(44,232,22); }
div.DivClassName
{
background-color: #2CE816;
}
.BgClassName
{
background-color: #2CE816;
}
</style>
border-color css
<style>
span { border-color: #2CE816; }
span { border-color: rgb(44,232,22); }
td.TdClassName
{
border-color: #2CE816;
}
.TagClassName
{
border-color: #2CE816;
}
</style>