Shades of Harlequin #2CE812
Tints of Harlequin #2CE812
RGB
CMYK
RGB Variations
Color information
#2CE812 (or 0x2CE812) is known color: Harlequin. HEX triplet: 2C, E8 and 12. RGB value is (44,232,18). Sum of RGB (Red+Green+Blue) = 44+232+18=294 (38% of max value = 765). Red value is 44 (17.58% from 255 or 14.97% from 294); Green value is 232 (91.02% from 255 or 78.91% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 232 - color contains mainly: green. Hex color #2CE812 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CE812 is #D317ED. Grayscale: #989898. Windows color (decimal): -13834222 or 1239084. OLE color: 1239084.
HSL color Cylindrical-coordinate representation of color #2CE812: hue angle of 112.71º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2CE812 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 232 | 18 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.09 |
| HSL | 112.71º | 0.86% | 0.49% | - |
| HSV(B) | 112.71º | 0.92% | 0.91% | - |
| XYZ | 30 | 58.29 | 10.24 | - |
| YUV | 151.39 | 52.72 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 232 | 18 | 0.81 | 0 | 0.92 | 0.09 | 112.71 | 0.86 | 0.49 |
| Hex | 2C | E8 | 12 | 51 | 0 | 5C | 9 | 71 | 56 | 31 |
| Octal | 54 | 350 | 22 | 121 | 0 | 134 | 11 | 161 | 126 | 61 |
| Binary | 101100 | 11101000 | 10010 | 1010001 | 0 | 1011100 | 1001 | 1110001 | 1010110 | 110001 |
Color Harmonies of #2CE812
Complementary color
Monochromatic Colors of #2CE812
Black with #2CE812
Text Example
Text Example
White with #2CE812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE812; }
p { color: rgb(44,232,18); }
H1.HeaderClassName
{
color: #2CE812;
}
.AnyTagClassName
{
color: #2CE812;
}
</style>
background-color css
<style>
a { background-color: #2CE812; }
a { background-color: rgb(44,232,18); }
div.DivClassName
{
background-color: #2CE812;
}
.BgClassName
{
background-color: #2CE812;
}
</style>
border-color css
<style>
span { border-color: #2CE812; }
span { border-color: rgb(44,232,18); }
td.TdClassName
{
border-color: #2CE812;
}
.TagClassName
{
border-color: #2CE812;
}
</style>