Shades of Harlequin #2CFF13
Tints of Harlequin #2CFF13
RGB
CMYK
RGB Variations
Color information
#2CFF13 (or 0x2CFF13) is known color: Harlequin. HEX triplet: 2C, FF and 13. RGB value is (44,255,19). Sum of RGB (Red+Green+Blue) = 44+255+19=318 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.84% from 318); Green value is 255 (100% from 255 or 80.19% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CFF13 is #D300EC. Grayscale: #A5A5A5. Windows color (decimal): -13828333 or 1310508. OLE color: 1310508.
HSL color Cylindrical-coordinate representation of color #2CFF13: hue angle of 113.64º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CFF13 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 19 | - |
| CMYK | 0.83 | 0 | 0.93 | 0 |
| HSL | 113.64º | 1% | 0.54% | - |
| HSV(B) | 113.64º | 0.93% | 1% | - |
| XYZ | 36.92 | 72.1 | 12.59 | - |
| YUV | 165.01 | 45.6 | 41.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 19 | 0.83 | 0 | 0.93 | 0 | 113.64 | 1 | 0.54 |
| Hex | 2C | FF | 13 | 53 | 0 | 5D | 0 | 72 | 64 | 36 |
| Octal | 54 | 377 | 23 | 123 | 0 | 135 | 0 | 162 | 144 | 66 |
| Binary | 101100 | 11111111 | 10011 | 1010011 | 0 | 1011101 | 0 | 1110010 | 1100100 | 110110 |
Color Harmonies of #2CFF13
Complementary color
Monochromatic Colors of #2CFF13
Black with #2CFF13
Text Example
Text Example
White with #2CFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFF13; }
p { color: rgb(44,255,19); }
H1.HeaderClassName
{
color: #2CFF13;
}
.AnyTagClassName
{
color: #2CFF13;
}
</style>
background-color css
<style>
a { background-color: #2CFF13; }
a { background-color: rgb(44,255,19); }
div.DivClassName
{
background-color: #2CFF13;
}
.BgClassName
{
background-color: #2CFF13;
}
</style>
border-color css
<style>
span { border-color: #2CFF13; }
span { border-color: rgb(44,255,19); }
td.TdClassName
{
border-color: #2CFF13;
}
.TagClassName
{
border-color: #2CFF13;
}
</style>