Shades of Harlequin #2CEB15
Tints of Harlequin #2CEB15
RGB
CMYK
RGB Variations
Color information
#2CEB15 (or 0x2CEB15) is known color: Harlequin. HEX triplet: 2C, EB and 15. RGB value is (44,235,21). Sum of RGB (Red+Green+Blue) = 44+235+21=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 235 (92.19% from 255 or 78.33% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEB15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CEB15 is #D314EA. Grayscale: #9A9A9A. Windows color (decimal): -13833451 or 1436460. OLE color: 1436460.
HSL color Cylindrical-coordinate representation of color #2CEB15: hue angle of 113.55º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CEB15 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 21 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.08 |
| HSL | 113.55º | 0.84% | 0.5% | - |
| HSV(B) | 113.55º | 0.91% | 0.92% | - |
| XYZ | 30.88 | 60.01 | 10.66 | - |
| YUV | 153.5 | 53.22 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 21 | 0.81 | 0 | 0.91 | 0.08 | 113.55 | 0.84 | 0.5 |
| Hex | 2C | EB | 15 | 51 | 0 | 5B | 8 | 72 | 54 | 32 |
| Octal | 54 | 353 | 25 | 121 | 0 | 133 | 10 | 162 | 124 | 62 |
| Binary | 101100 | 11101011 | 10101 | 1010001 | 0 | 1011011 | 1000 | 1110010 | 1010100 | 110010 |
Color Harmonies of #2CEB15
Complementary color
Monochromatic Colors of #2CEB15
Black with #2CEB15
Text Example
Text Example
White with #2CEB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEB15; }
p { color: rgb(44,235,21); }
H1.HeaderClassName
{
color: #2CEB15;
}
.AnyTagClassName
{
color: #2CEB15;
}
</style>
background-color css
<style>
a { background-color: #2CEB15; }
a { background-color: rgb(44,235,21); }
div.DivClassName
{
background-color: #2CEB15;
}
.BgClassName
{
background-color: #2CEB15;
}
</style>
border-color css
<style>
span { border-color: #2CEB15; }
span { border-color: rgb(44,235,21); }
td.TdClassName
{
border-color: #2CEB15;
}
.TagClassName
{
border-color: #2CEB15;
}
</style>