Shades of Harlequin #2CF913
Tints of Harlequin #2CF913
RGB
CMYK
RGB Variations
Color information
#2CF913 (or 0x2CF913) is known color: Harlequin. HEX triplet: 2C, F9 and 13. RGB value is (44,249,19). Sum of RGB (Red+Green+Blue) = 44+249+19=312 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.10% from 312); Green value is 249 (97.66% from 255 or 79.81% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF913 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF913 is #D306EC. Grayscale: #A2A2A2. Windows color (decimal): -13829869 or 1308972. OLE color: 1308972.
HSL color Cylindrical-coordinate representation of color #2CF913: hue angle of 113.48º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2CF913 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 249 | 19 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.02 |
| HSL | 113.48º | 0.95% | 0.53% | - |
| HSV(B) | 113.48º | 0.92% | 0.98% | - |
| XYZ | 35.03 | 68.33 | 11.96 | - |
| YUV | 161.49 | 47.58 | 44.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 249 | 19 | 0.82 | 0 | 0.92 | 0.02 | 113.48 | 0.95 | 0.53 |
| Hex | 2C | F9 | 13 | 52 | 0 | 5C | 2 | 71 | 5F | 35 |
| Octal | 54 | 371 | 23 | 122 | 0 | 134 | 2 | 161 | 137 | 65 |
| Binary | 101100 | 11111001 | 10011 | 1010010 | 0 | 1011100 | 10 | 1110001 | 1011111 | 110101 |
Color Harmonies of #2CF913
Complementary color
Monochromatic Colors of #2CF913
Black with #2CF913
Text Example
Text Example
White with #2CF913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF913; }
p { color: rgb(44,249,19); }
H1.HeaderClassName
{
color: #2CF913;
}
.AnyTagClassName
{
color: #2CF913;
}
</style>
background-color css
<style>
a { background-color: #2CF913; }
a { background-color: rgb(44,249,19); }
div.DivClassName
{
background-color: #2CF913;
}
.BgClassName
{
background-color: #2CF913;
}
</style>
border-color css
<style>
span { border-color: #2CF913; }
span { border-color: rgb(44,249,19); }
td.TdClassName
{
border-color: #2CF913;
}
.TagClassName
{
border-color: #2CF913;
}
</style>