Shades of Harlequin #2CDD02
Tints of Harlequin #2CDD02
RGB
CMYK
RGB Variations
Color information
#2CDD02 (or 0x2CDD02) is known color: Harlequin. HEX triplet: 2C, DD and 02. RGB value is (44,221,2). Sum of RGB (Red+Green+Blue) = 44+221+2=267 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.48% from 267); Green value is 221 (86.72% from 255 or 82.77% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDD02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CDD02 is #D322FD. Grayscale: #8F8F8F. Windows color (decimal): -13837054 or 187692. OLE color: 187692.
HSL color Cylindrical-coordinate representation of color #2CDD02: hue angle of 108.49º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2CDD02 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 221 | 2 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.13 |
| HSL | 108.49º | 0.98% | 0.44% | - |
| HSV(B) | 108.49º | 0.99% | 0.87% | - |
| XYZ | 26.91 | 52.25 | 8.73 | - |
| YUV | 143.11 | 48.36 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 2 | 0.80 | 0 | 0.99 | 0.13 | 108.49 | 0.98 | 0.44 |
| Hex | 2C | DD | 2 | 50 | 0 | 63 | D | 6C | 62 | 2C |
| Octal | 54 | 335 | 2 | 120 | 0 | 143 | 15 | 154 | 142 | 54 |
| Binary | 101100 | 11011101 | 10 | 1010000 | 0 | 1100011 | 1101 | 1101100 | 1100010 | 101100 |
Color Harmonies of #2CDD02
Complementary color
Monochromatic Colors of #2CDD02
Black with #2CDD02
Text Example
Text Example
White with #2CDD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDD02; }
p { color: rgb(44,221,2); }
H1.HeaderClassName
{
color: #2CDD02;
}
.AnyTagClassName
{
color: #2CDD02;
}
</style>
background-color css
<style>
a { background-color: #2CDD02; }
a { background-color: rgb(44,221,2); }
div.DivClassName
{
background-color: #2CDD02;
}
.BgClassName
{
background-color: #2CDD02;
}
</style>
border-color css
<style>
span { border-color: #2CDD02; }
span { border-color: rgb(44,221,2); }
td.TdClassName
{
border-color: #2CDD02;
}
.TagClassName
{
border-color: #2CDD02;
}
</style>