Shades of Harlequin #2DFD04
Tints of Harlequin #2DFD04
RGB
CMYK
RGB Variations
Color information
#2DFD04 (or 0x2DFD04) is known color: Harlequin. HEX triplet: 2D, FD and 04. RGB value is (45,253,4). Sum of RGB (Red+Green+Blue) = 45+253+4=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 253 (99.22% from 255 or 83.77% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFD04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DFD04 is #D202FB. Grayscale: #A3A3A3. Windows color (decimal): -13763324 or 326957. OLE color: 326957.
HSL color Cylindrical-coordinate representation of color #2DFD04: hue angle of 110.12º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2DFD04 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 253 | 4 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.01 |
| HSL | 110.12º | 0.98% | 0.5% | - |
| HSV(B) | 110.12º | 0.98% | 0.99% | - |
| XYZ | 36.23 | 70.82 | 11.87 | - |
| YUV | 162.42 | 38.59 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 253 | 4 | 0.82 | 0 | 0.98 | 0.01 | 110.12 | 0.98 | 0.5 |
| Hex | 2D | FD | 4 | 52 | 0 | 62 | 1 | 6E | 62 | 32 |
| Octal | 55 | 375 | 4 | 122 | 0 | 142 | 1 | 156 | 142 | 62 |
| Binary | 101101 | 11111101 | 100 | 1010010 | 0 | 1100010 | 1 | 1101110 | 1100010 | 110010 |
Color Harmonies of #2DFD04
Complementary color
Monochromatic Colors of #2DFD04
Black with #2DFD04
Text Example
Text Example
White with #2DFD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFD04; }
p { color: rgb(45,253,4); }
H1.HeaderClassName
{
color: #2DFD04;
}
.AnyTagClassName
{
color: #2DFD04;
}
</style>
background-color css
<style>
a { background-color: #2DFD04; }
a { background-color: rgb(45,253,4); }
div.DivClassName
{
background-color: #2DFD04;
}
.BgClassName
{
background-color: #2DFD04;
}
</style>
border-color css
<style>
span { border-color: #2DFD04; }
span { border-color: rgb(45,253,4); }
td.TdClassName
{
border-color: #2DFD04;
}
.TagClassName
{
border-color: #2DFD04;
}
</style>