Shades of Harlequin #2CEA00
Tints of Harlequin #2CEA00
RGB
CMYK
RGB Variations
Color information
#2CEA00 (or 0x2CEA00) is known color: Harlequin. HEX triplet: 2C, EA and 00. RGB value is (44,234,0). Sum of RGB (Red+Green+Blue) = 44+234+0=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 234 (91.80% from 255 or 84.17% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CEA00 is #D315FF. Grayscale: #979797. Windows color (decimal): -13833728 or 59948. OLE color: 59948.
HSL color Cylindrical-coordinate representation of color #2CEA00: hue angle of 108.72º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2CEA00 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 234 | 0 | - |
| CMYK | 0.81 | 0 | 1 | 0.08 |
| HSL | 108.72º | 1% | 0.46% | - |
| HSV(B) | 108.72º | 1% | 0.92% | - |
| XYZ | 30.46 | 59.38 | 9.86 | - |
| YUV | 150.51 | 43.05 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 234 | 0 | 0.81 | 0 | 1 | 0.08 | 108.72 | 1 | 0.46 |
| Hex | 2C | EA | 0 | 51 | 0 | 64 | 8 | 6D | 64 | 2E |
| Octal | 54 | 352 | 0 | 121 | 0 | 144 | 10 | 155 | 144 | 56 |
| Binary | 101100 | 11101010 | 0 | 1010001 | 0 | 1100100 | 1000 | 1101101 | 1100100 | 101110 |
Color Harmonies of #2CEA00
Complementary color
Monochromatic Colors of #2CEA00
Black with #2CEA00
Text Example
Text Example
White with #2CEA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEA00; }
p { color: rgb(44,234,0); }
H1.HeaderClassName
{
color: #2CEA00;
}
.AnyTagClassName
{
color: #2CEA00;
}
</style>
background-color css
<style>
a { background-color: #2CEA00; }
a { background-color: rgb(44,234,0); }
div.DivClassName
{
background-color: #2CEA00;
}
.BgClassName
{
background-color: #2CEA00;
}
</style>
border-color css
<style>
span { border-color: #2CEA00; }
span { border-color: rgb(44,234,0); }
td.TdClassName
{
border-color: #2CEA00;
}
.TagClassName
{
border-color: #2CEA00;
}
</style>