Shades of Harlequin #2DDF04
Tints of Harlequin #2DDF04
RGB
CMYK
RGB Variations
Color information
#2DDF04 (or 0x2DDF04) is known color: Harlequin. HEX triplet: 2D, DF and 04. RGB value is (45,223,4). Sum of RGB (Red+Green+Blue) = 45+223+4=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 223 (87.5% from 255 or 81.99% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDF04 is #D220FB. Grayscale: #919191. Windows color (decimal): -13771004 or 319277. OLE color: 319277.
HSL color Cylindrical-coordinate representation of color #2DDF04: hue angle of 108.77º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2DDF04 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 4 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.13 |
| HSL | 108.77º | 0.96% | 0.45% | - |
| HSV(B) | 108.77º | 0.98% | 0.87% | - |
| XYZ | 27.49 | 53.34 | 8.96 | - |
| YUV | 144.81 | 48.53 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 4 | 0.80 | 0 | 0.98 | 0.13 | 108.77 | 0.96 | 0.45 |
| Hex | 2D | DF | 4 | 50 | 0 | 62 | D | 6D | 60 | 2D |
| Octal | 55 | 337 | 4 | 120 | 0 | 142 | 15 | 155 | 140 | 55 |
| Binary | 101101 | 11011111 | 100 | 1010000 | 0 | 1100010 | 1101 | 1101101 | 1100000 | 101101 |
Color Harmonies of #2DDF04
Complementary color
Monochromatic Colors of #2DDF04
Black with #2DDF04
Text Example
Text Example
White with #2DDF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDF04; }
p { color: rgb(45,223,4); }
H1.HeaderClassName
{
color: #2DDF04;
}
.AnyTagClassName
{
color: #2DDF04;
}
</style>
background-color css
<style>
a { background-color: #2DDF04; }
a { background-color: rgb(45,223,4); }
div.DivClassName
{
background-color: #2DDF04;
}
.BgClassName
{
background-color: #2DDF04;
}
</style>
border-color css
<style>
span { border-color: #2DDF04; }
span { border-color: rgb(45,223,4); }
td.TdClassName
{
border-color: #2DDF04;
}
.TagClassName
{
border-color: #2DDF04;
}
</style>