Shades of Harlequin #2CE00F
Tints of Harlequin #2CE00F
RGB
CMYK
RGB Variations
Color information
#2CE00F (or 0x2CE00F) is known color: Harlequin. HEX triplet: 2C, E0 and 0F. RGB value is (44,224,15). Sum of RGB (Red+Green+Blue) = 44+224+15=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 224 (87.89% from 255 or 79.15% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE00F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE00F is #D31FF0. Grayscale: #939393. Windows color (decimal): -13836273 or 1040428. OLE color: 1040428.
HSL color Cylindrical-coordinate representation of color #2CE00F: hue angle of 111.67º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CE00F is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 15 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.12 |
| HSL | 111.67º | 0.87% | 0.47% | - |
| HSV(B) | 111.67º | 0.93% | 0.88% | - |
| XYZ | 27.78 | 53.88 | 9.39 | - |
| YUV | 146.35 | 53.87 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 15 | 0.80 | 0 | 0.93 | 0.12 | 111.67 | 0.87 | 0.47 |
| Hex | 2C | E0 | F | 50 | 0 | 5D | C | 70 | 57 | 2F |
| Octal | 54 | 340 | 17 | 120 | 0 | 135 | 14 | 160 | 127 | 57 |
| Binary | 101100 | 11100000 | 1111 | 1010000 | 0 | 1011101 | 1100 | 1110000 | 1010111 | 101111 |
Color Harmonies of #2CE00F
Complementary color
Monochromatic Colors of #2CE00F
Black with #2CE00F
Text Example
Text Example
White with #2CE00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE00F; }
p { color: rgb(44,224,15); }
H1.HeaderClassName
{
color: #2CE00F;
}
.AnyTagClassName
{
color: #2CE00F;
}
</style>
background-color css
<style>
a { background-color: #2CE00F; }
a { background-color: rgb(44,224,15); }
div.DivClassName
{
background-color: #2CE00F;
}
.BgClassName
{
background-color: #2CE00F;
}
</style>
border-color css
<style>
span { border-color: #2CE00F; }
span { border-color: rgb(44,224,15); }
td.TdClassName
{
border-color: #2CE00F;
}
.TagClassName
{
border-color: #2CE00F;
}
</style>