Shades of Harlequin #2CD602
Tints of Harlequin #2CD602
RGB
CMYK
RGB Variations
Color information
#2CD602 (or 0x2CD602) is known color: Harlequin. HEX triplet: 2C, D6 and 02. RGB value is (44,214,2). Sum of RGB (Red+Green+Blue) = 44+214+2=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 214 (83.98% from 255 or 82.31% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 214 - color contains mainly: green. Hex color #2CD602 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD602 is #D329FD. Grayscale: #8B8B8B. Windows color (decimal): -13838846 or 185900. OLE color: 185900.
HSL color Cylindrical-coordinate representation of color #2CD602: hue angle of 108.11º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2CD602 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 214 | 2 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.16 |
| HSL | 108.11º | 0.98% | 0.42% | - |
| HSV(B) | 108.11º | 0.99% | 0.84% | - |
| XYZ | 25.1 | 48.63 | 8.12 | - |
| YUV | 139 | 50.68 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 214 | 2 | 0.79 | 0 | 0.99 | 0.16 | 108.11 | 0.98 | 0.42 |
| Hex | 2C | D6 | 2 | 4F | 0 | 63 | 10 | 6C | 62 | 2A |
| Octal | 54 | 326 | 2 | 117 | 0 | 143 | 20 | 154 | 142 | 52 |
| Binary | 101100 | 11010110 | 10 | 1001111 | 0 | 1100011 | 10000 | 1101100 | 1100010 | 101010 |
Color Harmonies of #2CD602
Complementary color
Monochromatic Colors of #2CD602
Black with #2CD602
Text Example
Text Example
White with #2CD602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD602; }
p { color: rgb(44,214,2); }
H1.HeaderClassName
{
color: #2CD602;
}
.AnyTagClassName
{
color: #2CD602;
}
</style>
background-color css
<style>
a { background-color: #2CD602; }
a { background-color: rgb(44,214,2); }
div.DivClassName
{
background-color: #2CD602;
}
.BgClassName
{
background-color: #2CD602;
}
</style>
border-color css
<style>
span { border-color: #2CD602; }
span { border-color: rgb(44,214,2); }
td.TdClassName
{
border-color: #2CD602;
}
.TagClassName
{
border-color: #2CD602;
}
</style>