Shades of Harlequin #2CE511
Tints of Harlequin #2CE511
RGB
CMYK
RGB Variations
Color information
#2CE511 (or 0x2CE511) is known color: Harlequin. HEX triplet: 2C, E5 and 11. RGB value is (44,229,17). Sum of RGB (Red+Green+Blue) = 44+229+17=290 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.17% from 290); Green value is 229 (89.84% from 255 or 78.97% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE511 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE511 is #D31AEE. Grayscale: #969696. Windows color (decimal): -13834991 or 1172780. OLE color: 1172780.
HSL color Cylindrical-coordinate representation of color #2CE511: hue angle of 112.36º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CE511 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 229 | 17 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.10 |
| HSL | 112.36º | 0.86% | 0.48% | - |
| HSV(B) | 112.36º | 0.93% | 0.9% | - |
| XYZ | 29.16 | 56.61 | 9.92 | - |
| YUV | 149.52 | 53.21 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 229 | 17 | 0.81 | 0 | 0.93 | 0.10 | 112.36 | 0.86 | 0.48 |
| Hex | 2C | E5 | 11 | 51 | 0 | 5D | A | 70 | 56 | 30 |
| Octal | 54 | 345 | 21 | 121 | 0 | 135 | 12 | 160 | 126 | 60 |
| Binary | 101100 | 11100101 | 10001 | 1010001 | 0 | 1011101 | 1010 | 1110000 | 1010110 | 110000 |
Color Harmonies of #2CE511
Complementary color
Monochromatic Colors of #2CE511
Black with #2CE511
Text Example
Text Example
White with #2CE511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE511; }
p { color: rgb(44,229,17); }
H1.HeaderClassName
{
color: #2CE511;
}
.AnyTagClassName
{
color: #2CE511;
}
</style>
background-color css
<style>
a { background-color: #2CE511; }
a { background-color: rgb(44,229,17); }
div.DivClassName
{
background-color: #2CE511;
}
.BgClassName
{
background-color: #2CE511;
}
</style>
border-color css
<style>
span { border-color: #2CE511; }
span { border-color: rgb(44,229,17); }
td.TdClassName
{
border-color: #2CE511;
}
.TagClassName
{
border-color: #2CE511;
}
</style>