Shades of Harlequin #2CEF15
Tints of Harlequin #2CEF15
RGB
CMYK
RGB Variations
Color information
#2CEF15 (or 0x2CEF15) is known color: Harlequin. HEX triplet: 2C, EF and 15. RGB value is (44,239,21). Sum of RGB (Red+Green+Blue) = 44+239+21=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 239 (93.75% from 255 or 78.62% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CEF15 is #D310EA. Grayscale: #9C9C9C. Windows color (decimal): -13832427 or 1437484. OLE color: 1437484.
HSL color Cylindrical-coordinate representation of color #2CEF15: hue angle of 113.67º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CEF15 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 21 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.06 |
| HSL | 113.67º | 0.87% | 0.51% | - |
| HSV(B) | 113.67º | 0.91% | 0.94% | - |
| XYZ | 32.04 | 62.32 | 11.05 | - |
| YUV | 155.84 | 51.9 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 21 | 0.82 | 0 | 0.91 | 0.06 | 113.67 | 0.87 | 0.51 |
| Hex | 2C | EF | 15 | 52 | 0 | 5B | 6 | 72 | 57 | 33 |
| Octal | 54 | 357 | 25 | 122 | 0 | 133 | 6 | 162 | 127 | 63 |
| Binary | 101100 | 11101111 | 10101 | 1010010 | 0 | 1011011 | 110 | 1110010 | 1010111 | 110011 |
Color Harmonies of #2CEF15
Complementary color
Monochromatic Colors of #2CEF15
Black with #2CEF15
Text Example
Text Example
White with #2CEF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEF15; }
p { color: rgb(44,239,21); }
H1.HeaderClassName
{
color: #2CEF15;
}
.AnyTagClassName
{
color: #2CEF15;
}
</style>
background-color css
<style>
a { background-color: #2CEF15; }
a { background-color: rgb(44,239,21); }
div.DivClassName
{
background-color: #2CEF15;
}
.BgClassName
{
background-color: #2CEF15;
}
</style>
border-color css
<style>
span { border-color: #2CEF15; }
span { border-color: rgb(44,239,21); }
td.TdClassName
{
border-color: #2CEF15;
}
.TagClassName
{
border-color: #2CEF15;
}
</style>