Shades of Harlequin #2CEA02
Tints of Harlequin #2CEA02
RGB
CMYK
RGB Variations
Color information
#2CEA02 (or 0x2CEA02) is known color: Harlequin. HEX triplet: 2C, EA and 02. RGB value is (44,234,2). Sum of RGB (Red+Green+Blue) = 44+234+2=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 234 (91.80% from 255 or 83.57% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CEA02 is #D315FD. Grayscale: #979797. Windows color (decimal): -13833726 or 191020. OLE color: 191020.
HSL color Cylindrical-coordinate representation of color #2CEA02: hue angle of 109.14º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2CEA02 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 234 | 2 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.08 |
| HSL | 109.14º | 0.98% | 0.46% | - |
| HSV(B) | 109.14º | 0.99% | 0.92% | - |
| XYZ | 30.47 | 59.39 | 9.91 | - |
| YUV | 150.74 | 44.05 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 234 | 2 | 0.81 | 0 | 0.99 | 0.08 | 109.14 | 0.98 | 0.46 |
| Hex | 2C | EA | 2 | 51 | 0 | 63 | 8 | 6D | 62 | 2E |
| Octal | 54 | 352 | 2 | 121 | 0 | 143 | 10 | 155 | 142 | 56 |
| Binary | 101100 | 11101010 | 10 | 1010001 | 0 | 1100011 | 1000 | 1101101 | 1100010 | 101110 |
Color Harmonies of #2CEA02
Complementary color
Monochromatic Colors of #2CEA02
Black with #2CEA02
Text Example
Text Example
White with #2CEA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEA02; }
p { color: rgb(44,234,2); }
H1.HeaderClassName
{
color: #2CEA02;
}
.AnyTagClassName
{
color: #2CEA02;
}
</style>
background-color css
<style>
a { background-color: #2CEA02; }
a { background-color: rgb(44,234,2); }
div.DivClassName
{
background-color: #2CEA02;
}
.BgClassName
{
background-color: #2CEA02;
}
</style>
border-color css
<style>
span { border-color: #2CEA02; }
span { border-color: rgb(44,234,2); }
td.TdClassName
{
border-color: #2CEA02;
}
.TagClassName
{
border-color: #2CEA02;
}
</style>