Shades of Harlequin #2CFF01
Tints of Harlequin #2CFF01
RGB
CMYK
RGB Variations
Color information
#2CFF01 (or 0x2CFF01) is known color: Harlequin. HEX triplet: 2C, FF and 01. RGB value is (44,255,1). Sum of RGB (Red+Green+Blue) = 44+255+1=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 255 (100% from 255 or 85% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CFF01 is #D300FE. Grayscale: #A3A3A3. Windows color (decimal): -13828351 or 130860. OLE color: 130860.
HSL color Cylindrical-coordinate representation of color #2CFF01: hue angle of 109.84º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2CFF01 is Cyan = 0.83, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 1 | - |
| CMYK | 0.83 | 0 | 1.00 | 0 |
| HSL | 109.84º | 1% | 0.5% | - |
| HSV(B) | 109.84º | 1% | 1% | - |
| XYZ | 36.8 | 72.06 | 12 | - |
| YUV | 162.96 | 36.6 | 43.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 1 | 0.83 | 0 | 1.00 | 0 | 109.84 | 1 | 0.5 |
| Hex | 2C | FF | 1 | 53 | 0 | 64 | 0 | 6E | 64 | 32 |
| Octal | 54 | 377 | 1 | 123 | 0 | 144 | 0 | 156 | 144 | 62 |
| Binary | 101100 | 11111111 | 1 | 1010011 | 0 | 1100100 | 0 | 1101110 | 1100100 | 110010 |
Color Harmonies of #2CFF01
Complementary color
Monochromatic Colors of #2CFF01
Black with #2CFF01
Text Example
Text Example
White with #2CFF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFF01; }
p { color: rgb(44,255,1); }
H1.HeaderClassName
{
color: #2CFF01;
}
.AnyTagClassName
{
color: #2CFF01;
}
</style>
background-color css
<style>
a { background-color: #2CFF01; }
a { background-color: rgb(44,255,1); }
div.DivClassName
{
background-color: #2CFF01;
}
.BgClassName
{
background-color: #2CFF01;
}
</style>
border-color css
<style>
span { border-color: #2CFF01; }
span { border-color: rgb(44,255,1); }
td.TdClassName
{
border-color: #2CFF01;
}
.TagClassName
{
border-color: #2CFF01;
}
</style>