Shades of Harlequin #2CFB00
Tints of Harlequin #2CFB00
RGB
CMYK
RGB Variations
Color information
#2CFB00 (or 0x2CFB00) is known color: Harlequin. HEX triplet: 2C, FB and 00. RGB value is (44,251,0). Sum of RGB (Red+Green+Blue) = 44+251+0=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 251 (98.44% from 255 or 85.08% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 251 - color contains mainly: green. Hex color #2CFB00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CFB00 is #D304FF. Grayscale: #A1A1A1. Windows color (decimal): -13829376 or 64300. OLE color: 64300.
HSL color Cylindrical-coordinate representation of color #2CFB00: hue angle of 109.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2CFB00 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 251 | 0 | - |
| CMYK | 0.82 | 0 | 1 | 0.02 |
| HSL | 109.48º | 1% | 0.49% | - |
| HSV(B) | 109.48º | 1% | 0.98% | - |
| XYZ | 35.54 | 69.53 | 11.55 | - |
| YUV | 160.49 | 37.42 | 44.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 251 | 0 | 0.82 | 0 | 1 | 0.02 | 109.48 | 1 | 0.49 |
| Hex | 2C | FB | 0 | 52 | 0 | 64 | 2 | 6D | 64 | 31 |
| Octal | 54 | 373 | 0 | 122 | 0 | 144 | 2 | 155 | 144 | 61 |
| Binary | 101100 | 11111011 | 0 | 1010010 | 0 | 1100100 | 10 | 1101101 | 1100100 | 110001 |
Color Harmonies of #2CFB00
Complementary color
Monochromatic Colors of #2CFB00
Black with #2CFB00
Text Example
Text Example
White with #2CFB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFB00; }
p { color: rgb(44,251,0); }
H1.HeaderClassName
{
color: #2CFB00;
}
.AnyTagClassName
{
color: #2CFB00;
}
</style>
background-color css
<style>
a { background-color: #2CFB00; }
a { background-color: rgb(44,251,0); }
div.DivClassName
{
background-color: #2CFB00;
}
.BgClassName
{
background-color: #2CFB00;
}
</style>
border-color css
<style>
span { border-color: #2CFB00; }
span { border-color: rgb(44,251,0); }
td.TdClassName
{
border-color: #2CFB00;
}
.TagClassName
{
border-color: #2CFB00;
}
</style>