Shades of Harlequin #2DDB03
Tints of Harlequin #2DDB03
RGB
CMYK
RGB Variations
Color information
#2DDB03 (or 0x2DDB03) is known color: Harlequin. HEX triplet: 2D, DB and 03. RGB value is (45,219,3). Sum of RGB (Red+Green+Blue) = 45+219+3=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 219 (85.94% from 255 or 82.02% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDB03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDB03 is #D224FC. Grayscale: #8F8F8F. Windows color (decimal): -13772029 or 252717. OLE color: 252717.
HSL color Cylindrical-coordinate representation of color #2DDB03: hue angle of 108.33º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2DDB03 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 219 | 3 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.14 |
| HSL | 108.33º | 0.97% | 0.44% | - |
| HSV(B) | 108.33º | 0.99% | 0.86% | - |
| XYZ | 26.43 | 51.23 | 8.58 | - |
| YUV | 142.35 | 49.35 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 3 | 0.79 | 0 | 0.99 | 0.14 | 108.33 | 0.97 | 0.44 |
| Hex | 2D | DB | 3 | 4F | 0 | 63 | E | 6C | 61 | 2C |
| Octal | 55 | 333 | 3 | 117 | 0 | 143 | 16 | 154 | 141 | 54 |
| Binary | 101101 | 11011011 | 11 | 1001111 | 0 | 1100011 | 1110 | 1101100 | 1100001 | 101100 |
Color Harmonies of #2DDB03
Complementary color
Monochromatic Colors of #2DDB03
Black with #2DDB03
Text Example
Text Example
White with #2DDB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDB03; }
p { color: rgb(45,219,3); }
H1.HeaderClassName
{
color: #2DDB03;
}
.AnyTagClassName
{
color: #2DDB03;
}
</style>
background-color css
<style>
a { background-color: #2DDB03; }
a { background-color: rgb(45,219,3); }
div.DivClassName
{
background-color: #2DDB03;
}
.BgClassName
{
background-color: #2DDB03;
}
</style>
border-color css
<style>
span { border-color: #2DDB03; }
span { border-color: rgb(45,219,3); }
td.TdClassName
{
border-color: #2DDB03;
}
.TagClassName
{
border-color: #2DDB03;
}
</style>