Shades of Harlequin #2DF006
Tints of Harlequin #2DF006
RGB
CMYK
RGB Variations
Color information
#2DF006 (or 0x2DF006) is known color: Harlequin. HEX triplet: 2D, F0 and 06. RGB value is (45,240,6). Sum of RGB (Red+Green+Blue) = 45+240+6=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 240 (94.14% from 255 or 82.47% from 291); Blue value is 6 (2.73% from 255 or 2.06% from 291); Max value from RGB is 240 - color contains mainly: green. Hex color #2DF006 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DF006 is #D20FF9. Grayscale: #9B9B9B. Windows color (decimal): -13766650 or 454701. OLE color: 454701.
HSL color Cylindrical-coordinate representation of color #2DF006: hue angle of 110º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2DF006 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 240 | 6 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.06 |
| HSL | 110º | 0.95% | 0.48% | - |
| HSV(B) | 110º | 0.98% | 0.94% | - |
| XYZ | 32.28 | 62.89 | 10.61 | - |
| YUV | 155.02 | 43.9 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 240 | 6 | 0.81 | 0 | 0.98 | 0.06 | 110 | 0.95 | 0.48 |
| Hex | 2D | F0 | 6 | 51 | 0 | 62 | 6 | 6E | 5F | 30 |
| Octal | 55 | 360 | 6 | 121 | 0 | 142 | 6 | 156 | 137 | 60 |
| Binary | 101101 | 11110000 | 110 | 1010001 | 0 | 1100010 | 110 | 1101110 | 1011111 | 110000 |
Color Harmonies of #2DF006
Complementary color
Monochromatic Colors of #2DF006
Black with #2DF006
Text Example
Text Example
White with #2DF006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF006; }
p { color: rgb(45,240,6); }
H1.HeaderClassName
{
color: #2DF006;
}
.AnyTagClassName
{
color: #2DF006;
}
</style>
background-color css
<style>
a { background-color: #2DF006; }
a { background-color: rgb(45,240,6); }
div.DivClassName
{
background-color: #2DF006;
}
.BgClassName
{
background-color: #2DF006;
}
</style>
border-color css
<style>
span { border-color: #2DF006; }
span { border-color: rgb(45,240,6); }
td.TdClassName
{
border-color: #2DF006;
}
.TagClassName
{
border-color: #2DF006;
}
</style>