Shades of Harlequin #2CF217
Tints of Harlequin #2CF217
RGB
CMYK
RGB Variations
Color information
#2CF217 (or 0x2CF217) is known color: Harlequin. HEX triplet: 2C, F2 and 17. RGB value is (44,242,23). Sum of RGB (Red+Green+Blue) = 44+242+23=309 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.24% from 309); Green value is 242 (94.92% from 255 or 78.32% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 242 - color contains mainly: green. Hex color #2CF217 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF217 is #D30DE8. Grayscale: #9E9E9E. Windows color (decimal): -13831657 or 1569324. OLE color: 1569324.
HSL color Cylindrical-coordinate representation of color #2CF217: hue angle of 114.25º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CF217 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 242 | 23 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.05 |
| HSL | 114.25º | 0.89% | 0.52% | - |
| HSV(B) | 114.25º | 0.9% | 0.95% | - |
| XYZ | 32.95 | 64.1 | 11.45 | - |
| YUV | 157.83 | 51.9 | 46.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 242 | 23 | 0.82 | 0 | 0.90 | 0.05 | 114.25 | 0.89 | 0.52 |
| Hex | 2C | F2 | 17 | 52 | 0 | 5A | 5 | 72 | 59 | 34 |
| Octal | 54 | 362 | 27 | 122 | 0 | 132 | 5 | 162 | 131 | 64 |
| Binary | 101100 | 11110010 | 10111 | 1010010 | 0 | 1011010 | 101 | 1110010 | 1011001 | 110100 |
Color Harmonies of #2CF217
Complementary color
Monochromatic Colors of #2CF217
Black with #2CF217
Text Example
Text Example
White with #2CF217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF217; }
p { color: rgb(44,242,23); }
H1.HeaderClassName
{
color: #2CF217;
}
.AnyTagClassName
{
color: #2CF217;
}
</style>
background-color css
<style>
a { background-color: #2CF217; }
a { background-color: rgb(44,242,23); }
div.DivClassName
{
background-color: #2CF217;
}
.BgClassName
{
background-color: #2CF217;
}
</style>
border-color css
<style>
span { border-color: #2CF217; }
span { border-color: rgb(44,242,23); }
td.TdClassName
{
border-color: #2CF217;
}
.TagClassName
{
border-color: #2CF217;
}
</style>