Shades of Harlequin #2CF800
Tints of Harlequin #2CF800
RGB
CMYK
RGB Variations
Color information
#2CF800 (or 0x2CF800) is known color: Harlequin. HEX triplet: 2C, F8 and 00. RGB value is (44,248,0). Sum of RGB (Red+Green+Blue) = 44+248+0=292 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.07% from 292); Green value is 248 (97.27% from 255 or 84.93% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 248 - color contains mainly: green. Hex color #2CF800 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF800 is #D307FF. Grayscale: #9F9F9F. Windows color (decimal): -13830144 or 63532. OLE color: 63532.
HSL color Cylindrical-coordinate representation of color #2CF800: hue angle of 109.35º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2CF800 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 44 | 248 | 0 | - |
| CMYK | 0.82 | 0 | 1 | 0.03 |
| HSL | 109.35º | 1% | 0.49% | - |
| HSV(B) | 109.35º | 1% | 0.97% | - |
| XYZ | 34.61 | 67.67 | 11.24 | - |
| YUV | 158.73 | 38.41 | 46.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 248 | 0 | 0.82 | 0 | 1 | 0.03 | 109.35 | 1 | 0.49 |
| Hex | 2C | F8 | 0 | 52 | 0 | 64 | 3 | 6D | 64 | 31 |
| Octal | 54 | 370 | 0 | 122 | 0 | 144 | 3 | 155 | 144 | 61 |
| Binary | 101100 | 11111000 | 0 | 1010010 | 0 | 1100100 | 11 | 1101101 | 1100100 | 110001 |
Color Harmonies of #2CF800
Complementary color
Monochromatic Colors of #2CF800
Black with #2CF800
Text Example
Text Example
White with #2CF800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF800; }
p { color: rgb(44,248,0); }
H1.HeaderClassName
{
color: #2CF800;
}
.AnyTagClassName
{
color: #2CF800;
}
</style>
background-color css
<style>
a { background-color: #2CF800; }
a { background-color: rgb(44,248,0); }
div.DivClassName
{
background-color: #2CF800;
}
.BgClassName
{
background-color: #2CF800;
}
</style>
border-color css
<style>
span { border-color: #2CF800; }
span { border-color: rgb(44,248,0); }
td.TdClassName
{
border-color: #2CF800;
}
.TagClassName
{
border-color: #2CF800;
}
</style>