Shades of Harlequin #2CED15
Tints of Harlequin #2CED15
RGB
CMYK
RGB Variations
Color information
#2CED15 (or 0x2CED15) is known color: Harlequin. HEX triplet: 2C, ED and 15. RGB value is (44,237,21). Sum of RGB (Red+Green+Blue) = 44+237+21=302 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.57% from 302); Green value is 237 (92.97% from 255 or 78.48% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 237 - color contains mainly: green. Hex color #2CED15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CED15 is #D312EA. Grayscale: #9B9B9B. Windows color (decimal): -13832939 or 1436972. OLE color: 1436972.
HSL color Cylindrical-coordinate representation of color #2CED15: hue angle of 113.61º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CED15 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 237 | 21 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.07 |
| HSL | 113.61º | 0.86% | 0.51% | - |
| HSV(B) | 113.61º | 0.91% | 0.93% | - |
| XYZ | 31.46 | 61.16 | 10.86 | - |
| YUV | 154.67 | 52.56 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 237 | 21 | 0.81 | 0 | 0.91 | 0.07 | 113.61 | 0.86 | 0.51 |
| Hex | 2C | ED | 15 | 51 | 0 | 5B | 7 | 72 | 56 | 33 |
| Octal | 54 | 355 | 25 | 121 | 0 | 133 | 7 | 162 | 126 | 63 |
| Binary | 101100 | 11101101 | 10101 | 1010001 | 0 | 1011011 | 111 | 1110010 | 1010110 | 110011 |
Color Harmonies of #2CED15
Complementary color
Monochromatic Colors of #2CED15
Black with #2CED15
Text Example
Text Example
White with #2CED15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CED15; }
p { color: rgb(44,237,21); }
H1.HeaderClassName
{
color: #2CED15;
}
.AnyTagClassName
{
color: #2CED15;
}
</style>
background-color css
<style>
a { background-color: #2CED15; }
a { background-color: rgb(44,237,21); }
div.DivClassName
{
background-color: #2CED15;
}
.BgClassName
{
background-color: #2CED15;
}
</style>
border-color css
<style>
span { border-color: #2CED15; }
span { border-color: rgb(44,237,21); }
td.TdClassName
{
border-color: #2CED15;
}
.TagClassName
{
border-color: #2CED15;
}
</style>