Shades of Harlequin #2CE602
Tints of Harlequin #2CE602
RGB
CMYK
RGB Variations
Color information
#2CE602 (or 0x2CE602) is known color: Harlequin. HEX triplet: 2C, E6 and 02. RGB value is (44,230,2). Sum of RGB (Red+Green+Blue) = 44+230+2=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 230 (90.23% from 255 or 83.33% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 230 - color contains mainly: green. Hex color #2CE602 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CE602 is #D319FD. Grayscale: #959595. Windows color (decimal): -13834750 or 189996. OLE color: 189996.
HSL color Cylindrical-coordinate representation of color #2CE602: hue angle of 108.95º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2CE602 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 230 | 2 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.10 |
| HSL | 108.95º | 0.98% | 0.45% | - |
| HSV(B) | 108.95º | 0.99% | 0.9% | - |
| XYZ | 29.35 | 57.13 | 9.54 | - |
| YUV | 148.39 | 45.38 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 230 | 2 | 0.81 | 0 | 0.99 | 0.10 | 108.95 | 0.98 | 0.45 |
| Hex | 2C | E6 | 2 | 51 | 0 | 63 | A | 6D | 62 | 2D |
| Octal | 54 | 346 | 2 | 121 | 0 | 143 | 12 | 155 | 142 | 55 |
| Binary | 101100 | 11100110 | 10 | 1010001 | 0 | 1100011 | 1010 | 1101101 | 1100010 | 101101 |
Color Harmonies of #2CE602
Complementary color
Monochromatic Colors of #2CE602
Black with #2CE602
Text Example
Text Example
White with #2CE602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE602; }
p { color: rgb(44,230,2); }
H1.HeaderClassName
{
color: #2CE602;
}
.AnyTagClassName
{
color: #2CE602;
}
</style>
background-color css
<style>
a { background-color: #2CE602; }
a { background-color: rgb(44,230,2); }
div.DivClassName
{
background-color: #2CE602;
}
.BgClassName
{
background-color: #2CE602;
}
</style>
border-color css
<style>
span { border-color: #2CE602; }
span { border-color: rgb(44,230,2); }
td.TdClassName
{
border-color: #2CE602;
}
.TagClassName
{
border-color: #2CE602;
}
</style>