Shades of Harlequin #2CE612
Tints of Harlequin #2CE612
RGB
CMYK
RGB Variations
Color information
#2CE612 (or 0x2CE612) is known color: Harlequin. HEX triplet: 2C, E6 and 12. RGB value is (44,230,18). Sum of RGB (Red+Green+Blue) = 44+230+18=292 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.07% from 292); Green value is 230 (90.23% from 255 or 78.77% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 230 - color contains mainly: green. Hex color #2CE612 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CE612 is #D319ED. Grayscale: #969696. Windows color (decimal): -13834734 or 1238572. OLE color: 1238572.
HSL color Cylindrical-coordinate representation of color #2CE612: hue angle of 112.64º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2CE612 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 230 | 18 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.10 |
| HSL | 112.64º | 0.85% | 0.49% | - |
| HSV(B) | 112.64º | 0.92% | 0.9% | - |
| XYZ | 29.44 | 57.17 | 10.06 | - |
| YUV | 150.22 | 53.38 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 230 | 18 | 0.81 | 0 | 0.92 | 0.10 | 112.64 | 0.85 | 0.49 |
| Hex | 2C | E6 | 12 | 51 | 0 | 5C | A | 71 | 55 | 31 |
| Octal | 54 | 346 | 22 | 121 | 0 | 134 | 12 | 161 | 125 | 61 |
| Binary | 101100 | 11100110 | 10010 | 1010001 | 0 | 1011100 | 1010 | 1110001 | 1010101 | 110001 |
Color Harmonies of #2CE612
Complementary color
Monochromatic Colors of #2CE612
Black with #2CE612
Text Example
Text Example
White with #2CE612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE612; }
p { color: rgb(44,230,18); }
H1.HeaderClassName
{
color: #2CE612;
}
.AnyTagClassName
{
color: #2CE612;
}
</style>
background-color css
<style>
a { background-color: #2CE612; }
a { background-color: rgb(44,230,18); }
div.DivClassName
{
background-color: #2CE612;
}
.BgClassName
{
background-color: #2CE612;
}
</style>
border-color css
<style>
span { border-color: #2CE612; }
span { border-color: rgb(44,230,18); }
td.TdClassName
{
border-color: #2CE612;
}
.TagClassName
{
border-color: #2CE612;
}
</style>