Shades of Harlequin #2DDC04
Tints of Harlequin #2DDC04
RGB
CMYK
RGB Variations
Color information
#2DDC04 (or 0x2DDC04) is known color: Harlequin. HEX triplet: 2D, DC and 04. RGB value is (45,220,4). Sum of RGB (Red+Green+Blue) = 45+220+4=269 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.73% from 269); Green value is 220 (86.33% from 255 or 81.78% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDC04 is #D223FB. Grayscale: #8F8F8F. Windows color (decimal): -13771772 or 318509. OLE color: 318509.
HSL color Cylindrical-coordinate representation of color #2DDC04: hue angle of 108.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2DDC04 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 220 | 4 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.14 |
| HSL | 108.61º | 0.96% | 0.44% | - |
| HSV(B) | 108.61º | 0.98% | 0.86% | - |
| XYZ | 26.7 | 51.75 | 8.7 | - |
| YUV | 143.05 | 49.52 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 4 | 0.80 | 0 | 0.98 | 0.14 | 108.61 | 0.96 | 0.44 |
| Hex | 2D | DC | 4 | 50 | 0 | 62 | E | 6D | 60 | 2C |
| Octal | 55 | 334 | 4 | 120 | 0 | 142 | 16 | 155 | 140 | 54 |
| Binary | 101101 | 11011100 | 100 | 1010000 | 0 | 1100010 | 1110 | 1101101 | 1100000 | 101100 |
Color Harmonies of #2DDC04
Complementary color
Monochromatic Colors of #2DDC04
Black with #2DDC04
Text Example
Text Example
White with #2DDC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDC04; }
p { color: rgb(45,220,4); }
H1.HeaderClassName
{
color: #2DDC04;
}
.AnyTagClassName
{
color: #2DDC04;
}
</style>
background-color css
<style>
a { background-color: #2DDC04; }
a { background-color: rgb(45,220,4); }
div.DivClassName
{
background-color: #2DDC04;
}
.BgClassName
{
background-color: #2DDC04;
}
</style>
border-color css
<style>
span { border-color: #2DDC04; }
span { border-color: rgb(45,220,4); }
td.TdClassName
{
border-color: #2DDC04;
}
.TagClassName
{
border-color: #2DDC04;
}
</style>