Shades of Harlequin #2CF311
Tints of Harlequin #2CF311
RGB
CMYK
RGB Variations
Color information
#2CF311 (or 0x2CF311) is known color: Harlequin. HEX triplet: 2C, F3 and 11. RGB value is (44,243,17). Sum of RGB (Red+Green+Blue) = 44+243+17=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 243 (95.31% from 255 or 79.93% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF311 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF311 is #D30CEE. Grayscale: #9E9E9E. Windows color (decimal): -13831407 or 1176364. OLE color: 1176364.
HSL color Cylindrical-coordinate representation of color #2CF311: hue angle of 112.83º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CF311 is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 243 | 17 | - |
| CMYK | 0.82 | 0 | 0.93 | 0.05 |
| HSL | 112.83º | 0.9% | 0.51% | - |
| HSV(B) | 112.83º | 0.93% | 0.95% | - |
| XYZ | 33.19 | 64.68 | 11.26 | - |
| YUV | 157.74 | 48.57 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 243 | 17 | 0.82 | 0 | 0.93 | 0.05 | 112.83 | 0.9 | 0.51 |
| Hex | 2C | F3 | 11 | 52 | 0 | 5D | 5 | 71 | 5A | 33 |
| Octal | 54 | 363 | 21 | 122 | 0 | 135 | 5 | 161 | 132 | 63 |
| Binary | 101100 | 11110011 | 10001 | 1010010 | 0 | 1011101 | 101 | 1110001 | 1011010 | 110011 |
Color Harmonies of #2CF311
Complementary color
Monochromatic Colors of #2CF311
Black with #2CF311
Text Example
Text Example
White with #2CF311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF311; }
p { color: rgb(44,243,17); }
H1.HeaderClassName
{
color: #2CF311;
}
.AnyTagClassName
{
color: #2CF311;
}
</style>
background-color css
<style>
a { background-color: #2CF311; }
a { background-color: rgb(44,243,17); }
div.DivClassName
{
background-color: #2CF311;
}
.BgClassName
{
background-color: #2CF311;
}
</style>
border-color css
<style>
span { border-color: #2CF311; }
span { border-color: rgb(44,243,17); }
td.TdClassName
{
border-color: #2CF311;
}
.TagClassName
{
border-color: #2CF311;
}
</style>