Shades of Harlequin #2CE814
Tints of Harlequin #2CE814
RGB
CMYK
RGB Variations
Color information
#2CE814 (or 0x2CE814) is known color: Harlequin. HEX triplet: 2C, E8 and 14. RGB value is (44,232,20). Sum of RGB (Red+Green+Blue) = 44+232+20=296 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.86% from 296); Green value is 232 (91.02% from 255 or 78.38% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 232 - color contains mainly: green. Hex color #2CE814 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CE814 is #D317EB. Grayscale: #989898. Windows color (decimal): -13834220 or 1370156. OLE color: 1370156.
HSL color Cylindrical-coordinate representation of color #2CE814: hue angle of 113.21º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CE814 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 232 | 20 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.09 |
| HSL | 113.21º | 0.84% | 0.49% | - |
| HSV(B) | 113.21º | 0.91% | 0.91% | - |
| XYZ | 30.02 | 58.3 | 10.33 | - |
| YUV | 151.62 | 53.72 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 232 | 20 | 0.81 | 0 | 0.91 | 0.09 | 113.21 | 0.84 | 0.49 |
| Hex | 2C | E8 | 14 | 51 | 0 | 5B | 9 | 71 | 54 | 31 |
| Octal | 54 | 350 | 24 | 121 | 0 | 133 | 11 | 161 | 124 | 61 |
| Binary | 101100 | 11101000 | 10100 | 1010001 | 0 | 1011011 | 1001 | 1110001 | 1010100 | 110001 |
Color Harmonies of #2CE814
Complementary color
Monochromatic Colors of #2CE814
Black with #2CE814
Text Example
Text Example
White with #2CE814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE814; }
p { color: rgb(44,232,20); }
H1.HeaderClassName
{
color: #2CE814;
}
.AnyTagClassName
{
color: #2CE814;
}
</style>
background-color css
<style>
a { background-color: #2CE814; }
a { background-color: rgb(44,232,20); }
div.DivClassName
{
background-color: #2CE814;
}
.BgClassName
{
background-color: #2CE814;
}
</style>
border-color css
<style>
span { border-color: #2CE814; }
span { border-color: rgb(44,232,20); }
td.TdClassName
{
border-color: #2CE814;
}
.TagClassName
{
border-color: #2CE814;
}
</style>