Shades of Harlequin #2CFC13
Tints of Harlequin #2CFC13
RGB
CMYK
RGB Variations
Color information
#2CFC13 (or 0x2CFC13) is known color: Harlequin. HEX triplet: 2C, FC and 13. RGB value is (44,252,19). Sum of RGB (Red+Green+Blue) = 44+252+19=315 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.97% from 315); Green value is 252 (98.83% from 255 or 80% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFC13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CFC13 is #D303EC. Grayscale: #A3A3A3. Windows color (decimal): -13829101 or 1309740. OLE color: 1309740.
HSL color Cylindrical-coordinate representation of color #2CFC13: hue angle of 113.56º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2CFC13 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 252 | 19 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.01 |
| HSL | 113.56º | 0.97% | 0.53% | - |
| HSV(B) | 113.56º | 0.92% | 0.99% | - |
| XYZ | 35.97 | 70.2 | 12.27 | - |
| YUV | 163.25 | 46.59 | 42.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 252 | 19 | 0.83 | 0 | 0.92 | 0.01 | 113.56 | 0.97 | 0.53 |
| Hex | 2C | FC | 13 | 53 | 0 | 5C | 1 | 72 | 61 | 35 |
| Octal | 54 | 374 | 23 | 123 | 0 | 134 | 1 | 162 | 141 | 65 |
| Binary | 101100 | 11111100 | 10011 | 1010011 | 0 | 1011100 | 1 | 1110010 | 1100001 | 110101 |
Color Harmonies of #2CFC13
Complementary color
Monochromatic Colors of #2CFC13
Black with #2CFC13
Text Example
Text Example
White with #2CFC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFC13; }
p { color: rgb(44,252,19); }
H1.HeaderClassName
{
color: #2CFC13;
}
.AnyTagClassName
{
color: #2CFC13;
}
</style>
background-color css
<style>
a { background-color: #2CFC13; }
a { background-color: rgb(44,252,19); }
div.DivClassName
{
background-color: #2CFC13;
}
.BgClassName
{
background-color: #2CFC13;
}
</style>
border-color css
<style>
span { border-color: #2CFC13; }
span { border-color: rgb(44,252,19); }
td.TdClassName
{
border-color: #2CFC13;
}
.TagClassName
{
border-color: #2CFC13;
}
</style>