Shades of Harlequin #2DD904
Tints of Harlequin #2DD904
RGB
CMYK
RGB Variations
Color information
#2DD904 (or 0x2DD904) is known color: Harlequin. HEX triplet: 2D, D9 and 04. RGB value is (45,217,4). Sum of RGB (Red+Green+Blue) = 45+217+4=266 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.92% from 266); Green value is 217 (85.16% from 255 or 81.58% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 217 - color contains mainly: green. Hex color #2DD904 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD904 is #D226FB. Grayscale: #8D8D8D. Windows color (decimal): -13772540 or 317741. OLE color: 317741.
HSL color Cylindrical-coordinate representation of color #2DD904: hue angle of 108.45º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2DD904 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 217 | 4 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.15 |
| HSL | 108.45º | 0.96% | 0.43% | - |
| HSV(B) | 108.45º | 0.98% | 0.85% | - |
| XYZ | 25.92 | 50.19 | 8.44 | - |
| YUV | 141.29 | 50.52 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 217 | 4 | 0.79 | 0 | 0.98 | 0.15 | 108.45 | 0.96 | 0.43 |
| Hex | 2D | D9 | 4 | 4F | 0 | 62 | F | 6C | 60 | 2B |
| Octal | 55 | 331 | 4 | 117 | 0 | 142 | 17 | 154 | 140 | 53 |
| Binary | 101101 | 11011001 | 100 | 1001111 | 0 | 1100010 | 1111 | 1101100 | 1100000 | 101011 |
Color Harmonies of #2DD904
Complementary color
Monochromatic Colors of #2DD904
Black with #2DD904
Text Example
Text Example
White with #2DD904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD904; }
p { color: rgb(45,217,4); }
H1.HeaderClassName
{
color: #2DD904;
}
.AnyTagClassName
{
color: #2DD904;
}
</style>
background-color css
<style>
a { background-color: #2DD904; }
a { background-color: rgb(45,217,4); }
div.DivClassName
{
background-color: #2DD904;
}
.BgClassName
{
background-color: #2DD904;
}
</style>
border-color css
<style>
span { border-color: #2DD904; }
span { border-color: rgb(45,217,4); }
td.TdClassName
{
border-color: #2DD904;
}
.TagClassName
{
border-color: #2DD904;
}
</style>