Shades of Harlequin #2CEF0E
Tints of Harlequin #2CEF0E
RGB
CMYK
RGB Variations
Color information
#2CEF0E (or 0x2CEF0E) is known color: Harlequin. HEX triplet: 2C, EF and 0E. RGB value is (44,239,14). Sum of RGB (Red+Green+Blue) = 44+239+14=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 239 (93.75% from 255 or 80.47% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CEF0E is #D310F1. Grayscale: #9B9B9B. Windows color (decimal): -13832434 or 978732. OLE color: 978732.
HSL color Cylindrical-coordinate representation of color #2CEF0E: hue angle of 112º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2CEF0E is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 14 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.06 |
| HSL | 112º | 0.89% | 0.5% | - |
| HSV(B) | 112º | 0.94% | 0.94% | - |
| XYZ | 31.98 | 62.3 | 10.75 | - |
| YUV | 155.05 | 48.4 | 48.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 14 | 0.82 | 0 | 0.94 | 0.06 | 112 | 0.89 | 0.5 |
| Hex | 2C | EF | E | 52 | 0 | 5E | 6 | 70 | 59 | 32 |
| Octal | 54 | 357 | 16 | 122 | 0 | 136 | 6 | 160 | 131 | 62 |
| Binary | 101100 | 11101111 | 1110 | 1010010 | 0 | 1011110 | 110 | 1110000 | 1011001 | 110010 |
Color Harmonies of #2CEF0E
Complementary color
Monochromatic Colors of #2CEF0E
Black with #2CEF0E
Text Example
Text Example
White with #2CEF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEF0E; }
p { color: rgb(44,239,14); }
H1.HeaderClassName
{
color: #2CEF0E;
}
.AnyTagClassName
{
color: #2CEF0E;
}
</style>
background-color css
<style>
a { background-color: #2CEF0E; }
a { background-color: rgb(44,239,14); }
div.DivClassName
{
background-color: #2CEF0E;
}
.BgClassName
{
background-color: #2CEF0E;
}
</style>
border-color css
<style>
span { border-color: #2CEF0E; }
span { border-color: rgb(44,239,14); }
td.TdClassName
{
border-color: #2CEF0E;
}
.TagClassName
{
border-color: #2CEF0E;
}
</style>