Shades of Harlequin #2CE009
Tints of Harlequin #2CE009
RGB
CMYK
RGB Variations
Color information
#2CE009 (or 0x2CE009) is known color: Harlequin. HEX triplet: 2C, E0 and 09. RGB value is (44,224,9). Sum of RGB (Red+Green+Blue) = 44+224+9=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 224 (87.89% from 255 or 80.87% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE009 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE009 is #D31FF6. Grayscale: #929292. Windows color (decimal): -13836279 or 647212. OLE color: 647212.
HSL color Cylindrical-coordinate representation of color #2CE009: hue angle of 110.23º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2CE009 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 9 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.12 |
| HSL | 110.23º | 0.92% | 0.46% | - |
| HSV(B) | 110.23º | 0.96% | 0.88% | - |
| XYZ | 27.74 | 53.87 | 9.19 | - |
| YUV | 145.67 | 50.87 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 9 | 0.80 | 0 | 0.96 | 0.12 | 110.23 | 0.92 | 0.46 |
| Hex | 2C | E0 | 9 | 50 | 0 | 60 | C | 6E | 5C | 2E |
| Octal | 54 | 340 | 11 | 120 | 0 | 140 | 14 | 156 | 134 | 56 |
| Binary | 101100 | 11100000 | 1001 | 1010000 | 0 | 1100000 | 1100 | 1101110 | 1011100 | 101110 |
Color Harmonies of #2CE009
Complementary color
Monochromatic Colors of #2CE009
Black with #2CE009
Text Example
Text Example
White with #2CE009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE009; }
p { color: rgb(44,224,9); }
H1.HeaderClassName
{
color: #2CE009;
}
.AnyTagClassName
{
color: #2CE009;
}
</style>
background-color css
<style>
a { background-color: #2CE009; }
a { background-color: rgb(44,224,9); }
div.DivClassName
{
background-color: #2CE009;
}
.BgClassName
{
background-color: #2CE009;
}
</style>
border-color css
<style>
span { border-color: #2CE009; }
span { border-color: rgb(44,224,9); }
td.TdClassName
{
border-color: #2CE009;
}
.TagClassName
{
border-color: #2CE009;
}
</style>