Shades of Harlequin #2CEE18
Tints of Harlequin #2CEE18
RGB
CMYK
RGB Variations
Color information
#2CEE18 (or 0x2CEE18) is known color: Harlequin. HEX triplet: 2C, EE and 18. RGB value is (44,238,24). Sum of RGB (Red+Green+Blue) = 44+238+24=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 238 (93.36% from 255 or 77.78% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 238 - color contains mainly: green. Hex color #2CEE18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CEE18 is #D311E7. Grayscale: #9C9C9C. Windows color (decimal): -13832680 or 1633836. OLE color: 1633836.
HSL color Cylindrical-coordinate representation of color #2CEE18: hue angle of 114.39º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CEE18 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 238 | 24 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.07 |
| HSL | 114.39º | 0.86% | 0.51% | - |
| HSV(B) | 114.39º | 0.9% | 0.93% | - |
| XYZ | 31.78 | 61.75 | 11.11 | - |
| YUV | 155.6 | 53.73 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 238 | 24 | 0.82 | 0 | 0.90 | 0.07 | 114.39 | 0.86 | 0.51 |
| Hex | 2C | EE | 18 | 52 | 0 | 5A | 7 | 72 | 56 | 33 |
| Octal | 54 | 356 | 30 | 122 | 0 | 132 | 7 | 162 | 126 | 63 |
| Binary | 101100 | 11101110 | 11000 | 1010010 | 0 | 1011010 | 111 | 1110010 | 1010110 | 110011 |
Color Harmonies of #2CEE18
Complementary color
Monochromatic Colors of #2CEE18
Black with #2CEE18
Text Example
Text Example
White with #2CEE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEE18; }
p { color: rgb(44,238,24); }
H1.HeaderClassName
{
color: #2CEE18;
}
.AnyTagClassName
{
color: #2CEE18;
}
</style>
background-color css
<style>
a { background-color: #2CEE18; }
a { background-color: rgb(44,238,24); }
div.DivClassName
{
background-color: #2CEE18;
}
.BgClassName
{
background-color: #2CEE18;
}
</style>
border-color css
<style>
span { border-color: #2CEE18; }
span { border-color: rgb(44,238,24); }
td.TdClassName
{
border-color: #2CEE18;
}
.TagClassName
{
border-color: #2CEE18;
}
</style>