Shades of Harlequin #2CE003
Tints of Harlequin #2CE003
RGB
CMYK
RGB Variations
Color information
#2CE003 (or 0x2CE003) is known color: Harlequin. HEX triplet: 2C, E0 and 03. RGB value is (44,224,3). Sum of RGB (Red+Green+Blue) = 44+224+3=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 224 (87.89% from 255 or 82.66% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE003 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE003 is #D31FFC. Grayscale: #919191. Windows color (decimal): -13836285 or 253996. OLE color: 253996.
HSL color Cylindrical-coordinate representation of color #2CE003: hue angle of 108.87º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2CE003 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 3 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.12 |
| HSL | 108.87º | 0.97% | 0.45% | - |
| HSV(B) | 108.87º | 0.99% | 0.88% | - |
| XYZ | 27.71 | 53.85 | 9.02 | - |
| YUV | 144.99 | 47.87 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 3 | 0.80 | 0 | 0.99 | 0.12 | 108.87 | 0.97 | 0.45 |
| Hex | 2C | E0 | 3 | 50 | 0 | 63 | C | 6D | 61 | 2D |
| Octal | 54 | 340 | 3 | 120 | 0 | 143 | 14 | 155 | 141 | 55 |
| Binary | 101100 | 11100000 | 11 | 1010000 | 0 | 1100011 | 1100 | 1101101 | 1100001 | 101101 |
Color Harmonies of #2CE003
Complementary color
Monochromatic Colors of #2CE003
Black with #2CE003
Text Example
Text Example
White with #2CE003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE003; }
p { color: rgb(44,224,3); }
H1.HeaderClassName
{
color: #2CE003;
}
.AnyTagClassName
{
color: #2CE003;
}
</style>
background-color css
<style>
a { background-color: #2CE003; }
a { background-color: rgb(44,224,3); }
div.DivClassName
{
background-color: #2CE003;
}
.BgClassName
{
background-color: #2CE003;
}
</style>
border-color css
<style>
span { border-color: #2CE003; }
span { border-color: rgb(44,224,3); }
td.TdClassName
{
border-color: #2CE003;
}
.TagClassName
{
border-color: #2CE003;
}
</style>