Shades of Harlequin #2CEF06
Tints of Harlequin #2CEF06
RGB
CMYK
RGB Variations
Color information
#2CEF06 (or 0x2CEF06) is known color: Harlequin. HEX triplet: 2C, EF and 06. RGB value is (44,239,6). Sum of RGB (Red+Green+Blue) = 44+239+6=289 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.22% from 289); Green value is 239 (93.75% from 255 or 82.70% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CEF06 is #D310F9. Grayscale: #9A9A9A. Windows color (decimal): -13832442 or 454444. OLE color: 454444.
HSL color Cylindrical-coordinate representation of color #2CEF06: hue angle of 110.21º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2CEF06 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 6 | - |
| CMYK | 0.82 | 0 | 0.97 | 0.06 |
| HSL | 110.21º | 0.95% | 0.48% | - |
| HSV(B) | 110.21º | 0.97% | 0.94% | - |
| XYZ | 31.94 | 62.28 | 10.51 | - |
| YUV | 154.13 | 44.4 | 49.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 6 | 0.82 | 0 | 0.97 | 0.06 | 110.21 | 0.95 | 0.48 |
| Hex | 2C | EF | 6 | 52 | 0 | 61 | 6 | 6E | 5F | 30 |
| Octal | 54 | 357 | 6 | 122 | 0 | 141 | 6 | 156 | 137 | 60 |
| Binary | 101100 | 11101111 | 110 | 1010010 | 0 | 1100001 | 110 | 1101110 | 1011111 | 110000 |
Color Harmonies of #2CEF06
Complementary color
Monochromatic Colors of #2CEF06
Black with #2CEF06
Text Example
Text Example
White with #2CEF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEF06; }
p { color: rgb(44,239,6); }
H1.HeaderClassName
{
color: #2CEF06;
}
.AnyTagClassName
{
color: #2CEF06;
}
</style>
background-color css
<style>
a { background-color: #2CEF06; }
a { background-color: rgb(44,239,6); }
div.DivClassName
{
background-color: #2CEF06;
}
.BgClassName
{
background-color: #2CEF06;
}
</style>
border-color css
<style>
span { border-color: #2CEF06; }
span { border-color: rgb(44,239,6); }
td.TdClassName
{
border-color: #2CEF06;
}
.TagClassName
{
border-color: #2CEF06;
}
</style>