Shades of Harlequin #2CEF0F
Tints of Harlequin #2CEF0F
RGB
CMYK
RGB Variations
Color information
#2CEF0F (or 0x2CEF0F) is known color: Harlequin. HEX triplet: 2C, EF and 0F. RGB value is (44,239,15). Sum of RGB (Red+Green+Blue) = 44+239+15=298 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.77% from 298); Green value is 239 (93.75% from 255 or 80.20% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CEF0F is #D310F0. Grayscale: #9B9B9B. Windows color (decimal): -13832433 or 1044268. OLE color: 1044268.
HSL color Cylindrical-coordinate representation of color #2CEF0F: hue angle of 112.23º degrees, saturation: 0.88, 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 #2CEF0F is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 15 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.06 |
| HSL | 112.23º | 0.88% | 0.5% | - |
| HSV(B) | 112.23º | 0.94% | 0.94% | - |
| XYZ | 31.99 | 62.3 | 10.79 | - |
| YUV | 155.16 | 48.9 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 15 | 0.82 | 0 | 0.94 | 0.06 | 112.23 | 0.88 | 0.5 |
| Hex | 2C | EF | F | 52 | 0 | 5E | 6 | 70 | 58 | 32 |
| Octal | 54 | 357 | 17 | 122 | 0 | 136 | 6 | 160 | 130 | 62 |
| Binary | 101100 | 11101111 | 1111 | 1010010 | 0 | 1011110 | 110 | 1110000 | 1011000 | 110010 |
Color Harmonies of #2CEF0F
Complementary color
Monochromatic Colors of #2CEF0F
Black with #2CEF0F
Text Example
Text Example
White with #2CEF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEF0F; }
p { color: rgb(44,239,15); }
H1.HeaderClassName
{
color: #2CEF0F;
}
.AnyTagClassName
{
color: #2CEF0F;
}
</style>
background-color css
<style>
a { background-color: #2CEF0F; }
a { background-color: rgb(44,239,15); }
div.DivClassName
{
background-color: #2CEF0F;
}
.BgClassName
{
background-color: #2CEF0F;
}
</style>
border-color css
<style>
span { border-color: #2CEF0F; }
span { border-color: rgb(44,239,15); }
td.TdClassName
{
border-color: #2CEF0F;
}
.TagClassName
{
border-color: #2CEF0F;
}
</style>