Shades of Harlequin #2CE106
Tints of Harlequin #2CE106
RGB
CMYK
RGB Variations
Color information
#2CE106 (or 0x2CE106) is known color: Harlequin. HEX triplet: 2C, E1 and 06. RGB value is (44,225,6). Sum of RGB (Red+Green+Blue) = 44+225+6=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 225 (88.28% from 255 or 81.82% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE106 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE106 is #D31EF9. Grayscale: #929292. Windows color (decimal): -13836026 or 450860. OLE color: 450860.
HSL color Cylindrical-coordinate representation of color #2CE106: hue angle of 109.59º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2CE106 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 225 | 6 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.12 |
| HSL | 109.59º | 0.95% | 0.45% | - |
| HSV(B) | 109.59º | 0.97% | 0.88% | - |
| XYZ | 28 | 54.4 | 9.2 | - |
| YUV | 145.92 | 49.03 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 225 | 6 | 0.80 | 0 | 0.97 | 0.12 | 109.59 | 0.95 | 0.45 |
| Hex | 2C | E1 | 6 | 50 | 0 | 61 | C | 6E | 5F | 2D |
| Octal | 54 | 341 | 6 | 120 | 0 | 141 | 14 | 156 | 137 | 55 |
| Binary | 101100 | 11100001 | 110 | 1010000 | 0 | 1100001 | 1100 | 1101110 | 1011111 | 101101 |
Color Harmonies of #2CE106
Complementary color
Monochromatic Colors of #2CE106
Black with #2CE106
Text Example
Text Example
White with #2CE106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE106; }
p { color: rgb(44,225,6); }
H1.HeaderClassName
{
color: #2CE106;
}
.AnyTagClassName
{
color: #2CE106;
}
</style>
background-color css
<style>
a { background-color: #2CE106; }
a { background-color: rgb(44,225,6); }
div.DivClassName
{
background-color: #2CE106;
}
.BgClassName
{
background-color: #2CE106;
}
</style>
border-color css
<style>
span { border-color: #2CE106; }
span { border-color: rgb(44,225,6); }
td.TdClassName
{
border-color: #2CE106;
}
.TagClassName
{
border-color: #2CE106;
}
</style>