Shades of Harlequin #2CE202
Tints of Harlequin #2CE202
RGB
CMYK
RGB Variations
Color information
#2CE202 (or 0x2CE202) is known color: Harlequin. HEX triplet: 2C, E2 and 02. RGB value is (44,226,2). Sum of RGB (Red+Green+Blue) = 44+226+2=272 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.18% from 272); Green value is 226 (88.67% from 255 or 83.09% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE202 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE202 is #D31DFD. Grayscale: #929292. Windows color (decimal): -13835774 or 188972. OLE color: 188972.
HSL color Cylindrical-coordinate representation of color #2CE202: hue angle of 108.75º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2CE202 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 226 | 2 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.11 |
| HSL | 108.75º | 0.98% | 0.45% | - |
| HSV(B) | 108.75º | 0.99% | 0.89% | - |
| XYZ | 28.25 | 54.93 | 9.17 | - |
| YUV | 146.05 | 46.7 | 55.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 226 | 2 | 0.81 | 0 | 0.99 | 0.11 | 108.75 | 0.98 | 0.45 |
| Hex | 2C | E2 | 2 | 51 | 0 | 63 | B | 6D | 62 | 2D |
| Octal | 54 | 342 | 2 | 121 | 0 | 143 | 13 | 155 | 142 | 55 |
| Binary | 101100 | 11100010 | 10 | 1010001 | 0 | 1100011 | 1011 | 1101101 | 1100010 | 101101 |
Color Harmonies of #2CE202
Complementary color
Monochromatic Colors of #2CE202
Black with #2CE202
Text Example
Text Example
White with #2CE202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE202; }
p { color: rgb(44,226,2); }
H1.HeaderClassName
{
color: #2CE202;
}
.AnyTagClassName
{
color: #2CE202;
}
</style>
background-color css
<style>
a { background-color: #2CE202; }
a { background-color: rgb(44,226,2); }
div.DivClassName
{
background-color: #2CE202;
}
.BgClassName
{
background-color: #2CE202;
}
</style>
border-color css
<style>
span { border-color: #2CE202; }
span { border-color: rgb(44,226,2); }
td.TdClassName
{
border-color: #2CE202;
}
.TagClassName
{
border-color: #2CE202;
}
</style>