Shades of Harlequin #2CEB17
Tints of Harlequin #2CEB17
RGB
CMYK
RGB Variations
Color information
#2CEB17 (or 0x2CEB17) is known color: Harlequin. HEX triplet: 2C, EB and 17. RGB value is (44,235,23). Sum of RGB (Red+Green+Blue) = 44+235+23=302 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.57% from 302); Green value is 235 (92.19% from 255 or 77.81% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEB17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CEB17 is #D314E8. Grayscale: #9A9A9A. Windows color (decimal): -13833449 or 1567532. OLE color: 1567532.
HSL color Cylindrical-coordinate representation of color #2CEB17: hue angle of 114.06º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CEB17 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 23 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.08 |
| HSL | 114.06º | 0.84% | 0.51% | - |
| HSV(B) | 114.06º | 0.9% | 0.92% | - |
| XYZ | 30.9 | 60.01 | 10.77 | - |
| YUV | 153.72 | 54.22 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 23 | 0.81 | 0 | 0.90 | 0.08 | 114.06 | 0.84 | 0.51 |
| Hex | 2C | EB | 17 | 51 | 0 | 5A | 8 | 72 | 54 | 33 |
| Octal | 54 | 353 | 27 | 121 | 0 | 132 | 10 | 162 | 124 | 63 |
| Binary | 101100 | 11101011 | 10111 | 1010001 | 0 | 1011010 | 1000 | 1110010 | 1010100 | 110011 |
Color Harmonies of #2CEB17
Complementary color
Monochromatic Colors of #2CEB17
Black with #2CEB17
Text Example
Text Example
White with #2CEB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEB17; }
p { color: rgb(44,235,23); }
H1.HeaderClassName
{
color: #2CEB17;
}
.AnyTagClassName
{
color: #2CEB17;
}
</style>
background-color css
<style>
a { background-color: #2CEB17; }
a { background-color: rgb(44,235,23); }
div.DivClassName
{
background-color: #2CEB17;
}
.BgClassName
{
background-color: #2CEB17;
}
</style>
border-color css
<style>
span { border-color: #2CEB17; }
span { border-color: rgb(44,235,23); }
td.TdClassName
{
border-color: #2CEB17;
}
.TagClassName
{
border-color: #2CEB17;
}
</style>