Shades of Harlequin #2DF003
Tints of Harlequin #2DF003
RGB
CMYK
RGB Variations
Color information
#2DF003 (or 0x2DF003) is known color: Harlequin. HEX triplet: 2D, F0 and 03. RGB value is (45,240,3). Sum of RGB (Red+Green+Blue) = 45+240+3=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 240 (94.14% from 255 or 83.33% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 240 - color contains mainly: green. Hex color #2DF003 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DF003 is #D20FFC. Grayscale: #9B9B9B. Windows color (decimal): -13766653 or 258093. OLE color: 258093.
HSL color Cylindrical-coordinate representation of color #2DF003: hue angle of 109.37º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2DF003 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 240 | 3 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.06 |
| HSL | 109.37º | 0.98% | 0.48% | - |
| HSV(B) | 109.37º | 0.99% | 0.94% | - |
| XYZ | 32.26 | 62.88 | 10.52 | - |
| YUV | 154.68 | 42.4 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 240 | 3 | 0.81 | 0 | 0.99 | 0.06 | 109.37 | 0.98 | 0.48 |
| Hex | 2D | F0 | 3 | 51 | 0 | 63 | 6 | 6D | 62 | 30 |
| Octal | 55 | 360 | 3 | 121 | 0 | 143 | 6 | 155 | 142 | 60 |
| Binary | 101101 | 11110000 | 11 | 1010001 | 0 | 1100011 | 110 | 1101101 | 1100010 | 110000 |
Color Harmonies of #2DF003
Complementary color
Monochromatic Colors of #2DF003
Black with #2DF003
Text Example
Text Example
White with #2DF003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF003; }
p { color: rgb(45,240,3); }
H1.HeaderClassName
{
color: #2DF003;
}
.AnyTagClassName
{
color: #2DF003;
}
</style>
background-color css
<style>
a { background-color: #2DF003; }
a { background-color: rgb(45,240,3); }
div.DivClassName
{
background-color: #2DF003;
}
.BgClassName
{
background-color: #2DF003;
}
</style>
border-color css
<style>
span { border-color: #2DF003; }
span { border-color: rgb(45,240,3); }
td.TdClassName
{
border-color: #2DF003;
}
.TagClassName
{
border-color: #2DF003;
}
</style>