Shades of Harlequin #2CFF19
Tints of Harlequin #2CFF19
RGB
CMYK
RGB Variations
Color information
#2CFF19 (or 0x2CFF19) is known color: Harlequin. HEX triplet: 2C, FF and 19. RGB value is (44,255,25). Sum of RGB (Red+Green+Blue) = 44+255+25=324 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.58% from 324); Green value is 255 (100% from 255 or 78.70% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CFF19 is #D300E6. Grayscale: #A6A6A6. Windows color (decimal): -13828327 or 1703724. OLE color: 1703724.
HSL color Cylindrical-coordinate representation of color #2CFF19: hue angle of 115.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CFF19 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 25 | - |
| CMYK | 0.83 | 0 | 0.90 | 0 |
| HSL | 115.04º | 1% | 0.55% | - |
| HSV(B) | 115.04º | 0.9% | 1% | - |
| XYZ | 36.97 | 72.13 | 12.89 | - |
| YUV | 165.69 | 48.6 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 25 | 0.83 | 0 | 0.90 | 0 | 115.04 | 1 | 0.55 |
| Hex | 2C | FF | 19 | 53 | 0 | 5A | 0 | 73 | 64 | 37 |
| Octal | 54 | 377 | 31 | 123 | 0 | 132 | 0 | 163 | 144 | 67 |
| Binary | 101100 | 11111111 | 11001 | 1010011 | 0 | 1011010 | 0 | 1110011 | 1100100 | 110111 |
Color Harmonies of #2CFF19
Complementary color
Monochromatic Colors of #2CFF19
Black with #2CFF19
Text Example
Text Example
White with #2CFF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFF19; }
p { color: rgb(44,255,25); }
H1.HeaderClassName
{
color: #2CFF19;
}
.AnyTagClassName
{
color: #2CFF19;
}
</style>
background-color css
<style>
a { background-color: #2CFF19; }
a { background-color: rgb(44,255,25); }
div.DivClassName
{
background-color: #2CFF19;
}
.BgClassName
{
background-color: #2CFF19;
}
</style>
border-color css
<style>
span { border-color: #2CFF19; }
span { border-color: rgb(44,255,25); }
td.TdClassName
{
border-color: #2CFF19;
}
.TagClassName
{
border-color: #2CFF19;
}
</style>