Shades of Harlequin #2CEE01
Tints of Harlequin #2CEE01
RGB
CMYK
RGB Variations
Color information
#2CEE01 (or 0x2CEE01) is known color: Harlequin. HEX triplet: 2C, EE and 01. RGB value is (44,238,1). Sum of RGB (Red+Green+Blue) = 44+238+1=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 238 (93.36% from 255 or 84.10% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 238 - color contains mainly: green. Hex color #2CEE01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CEE01 is #D311FE. Grayscale: #999999. Windows color (decimal): -13832703 or 126508. OLE color: 126508.
HSL color Cylindrical-coordinate representation of color #2CEE01: hue angle of 109.11º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2CEE01 is Cyan = 0.82, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 238 | 1 | - |
| CMYK | 0.82 | 0 | 1.00 | 0.07 |
| HSL | 109.11º | 0.99% | 0.47% | - |
| HSV(B) | 109.11º | 1% | 0.93% | - |
| XYZ | 31.62 | 61.69 | 10.27 | - |
| YUV | 152.98 | 42.23 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 238 | 1 | 0.82 | 0 | 1.00 | 0.07 | 109.11 | 0.99 | 0.47 |
| Hex | 2C | EE | 1 | 52 | 0 | 64 | 7 | 6D | 63 | 2F |
| Octal | 54 | 356 | 1 | 122 | 0 | 144 | 7 | 155 | 143 | 57 |
| Binary | 101100 | 11101110 | 1 | 1010010 | 0 | 1100100 | 111 | 1101101 | 1100011 | 101111 |
Color Harmonies of #2CEE01
Complementary color
Monochromatic Colors of #2CEE01
Black with #2CEE01
Text Example
Text Example
White with #2CEE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEE01; }
p { color: rgb(44,238,1); }
H1.HeaderClassName
{
color: #2CEE01;
}
.AnyTagClassName
{
color: #2CEE01;
}
</style>
background-color css
<style>
a { background-color: #2CEE01; }
a { background-color: rgb(44,238,1); }
div.DivClassName
{
background-color: #2CEE01;
}
.BgClassName
{
background-color: #2CEE01;
}
</style>
border-color css
<style>
span { border-color: #2CEE01; }
span { border-color: rgb(44,238,1); }
td.TdClassName
{
border-color: #2CEE01;
}
.TagClassName
{
border-color: #2CEE01;
}
</style>