Shades of Harlequin #2CDD03
Tints of Harlequin #2CDD03
RGB
CMYK
RGB Variations
Color information
#2CDD03 (or 0x2CDD03) is known color: Harlequin. HEX triplet: 2C, DD and 03. RGB value is (44,221,3). Sum of RGB (Red+Green+Blue) = 44+221+3=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 221 (86.72% from 255 or 82.46% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDD03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CDD03 is #D322FC. Grayscale: #8F8F8F. Windows color (decimal): -13837053 or 253228. OLE color: 253228.
HSL color Cylindrical-coordinate representation of color #2CDD03: hue angle of 108.72º degrees, saturation: 0.97, 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 #2CDD03 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 221 | 3 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.13 |
| HSL | 108.72º | 0.97% | 0.44% | - |
| HSV(B) | 108.72º | 0.99% | 0.87% | - |
| XYZ | 26.91 | 52.25 | 8.75 | - |
| YUV | 143.23 | 48.86 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 3 | 0.80 | 0 | 0.99 | 0.13 | 108.72 | 0.97 | 0.44 |
| Hex | 2C | DD | 3 | 50 | 0 | 63 | D | 6D | 61 | 2C |
| Octal | 54 | 335 | 3 | 120 | 0 | 143 | 15 | 155 | 141 | 54 |
| Binary | 101100 | 11011101 | 11 | 1010000 | 0 | 1100011 | 1101 | 1101101 | 1100001 | 101100 |
Color Harmonies of #2CDD03
Complementary color
Monochromatic Colors of #2CDD03
Black with #2CDD03
Text Example
Text Example
White with #2CDD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDD03; }
p { color: rgb(44,221,3); }
H1.HeaderClassName
{
color: #2CDD03;
}
.AnyTagClassName
{
color: #2CDD03;
}
</style>
background-color css
<style>
a { background-color: #2CDD03; }
a { background-color: rgb(44,221,3); }
div.DivClassName
{
background-color: #2CDD03;
}
.BgClassName
{
background-color: #2CDD03;
}
</style>
border-color css
<style>
span { border-color: #2CDD03; }
span { border-color: rgb(44,221,3); }
td.TdClassName
{
border-color: #2CDD03;
}
.TagClassName
{
border-color: #2CDD03;
}
</style>