Shades of Harlequin #2CE00E
Tints of Harlequin #2CE00E
RGB
CMYK
RGB Variations
Color information
#2CE00E (or 0x2CE00E) is known color: Harlequin. HEX triplet: 2C, E0 and 0E. RGB value is (44,224,14). Sum of RGB (Red+Green+Blue) = 44+224+14=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 224 (87.89% from 255 or 79.43% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE00E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE00E is #D31FF1. Grayscale: #929292. Windows color (decimal): -13836274 or 974892. OLE color: 974892.
HSL color Cylindrical-coordinate representation of color #2CE00E: hue angle of 111.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2CE00E is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 14 | - |
| CMYK | 0.80 | 0 | 0.94 | 0.12 |
| HSL | 111.43º | 0.88% | 0.47% | - |
| HSV(B) | 111.43º | 0.94% | 0.88% | - |
| XYZ | 27.77 | 53.88 | 9.35 | - |
| YUV | 146.24 | 53.37 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 14 | 0.80 | 0 | 0.94 | 0.12 | 111.43 | 0.88 | 0.47 |
| Hex | 2C | E0 | E | 50 | 0 | 5E | C | 6F | 58 | 2F |
| Octal | 54 | 340 | 16 | 120 | 0 | 136 | 14 | 157 | 130 | 57 |
| Binary | 101100 | 11100000 | 1110 | 1010000 | 0 | 1011110 | 1100 | 1101111 | 1011000 | 101111 |
Color Harmonies of #2CE00E
Complementary color
Monochromatic Colors of #2CE00E
Black with #2CE00E
Text Example
Text Example
White with #2CE00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE00E; }
p { color: rgb(44,224,14); }
H1.HeaderClassName
{
color: #2CE00E;
}
.AnyTagClassName
{
color: #2CE00E;
}
</style>
background-color css
<style>
a { background-color: #2CE00E; }
a { background-color: rgb(44,224,14); }
div.DivClassName
{
background-color: #2CE00E;
}
.BgClassName
{
background-color: #2CE00E;
}
</style>
border-color css
<style>
span { border-color: #2CE00E; }
span { border-color: rgb(44,224,14); }
td.TdClassName
{
border-color: #2CE00E;
}
.TagClassName
{
border-color: #2CE00E;
}
</style>