Shades of Harlequin #2DF014
Tints of Harlequin #2DF014
RGB
CMYK
RGB Variations
Color information
#2DF014 (or 0x2DF014) is known color: Harlequin. HEX triplet: 2D, F0 and 14. RGB value is (45,240,20). Sum of RGB (Red+Green+Blue) = 45+240+20=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 240 (94.14% from 255 or 78.69% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 240 - color contains mainly: green. Hex color #2DF014 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DF014 is #D20FEB. Grayscale: #9D9D9D. Windows color (decimal): -13766636 or 1372205. OLE color: 1372205.
HSL color Cylindrical-coordinate representation of color #2DF014: hue angle of 113.18º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DF014 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 240 | 20 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.06 |
| HSL | 113.18º | 0.88% | 0.51% | - |
| HSV(B) | 113.18º | 0.92% | 0.94% | - |
| XYZ | 32.37 | 62.93 | 11.1 | - |
| YUV | 156.62 | 50.9 | 48.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 240 | 20 | 0.81 | 0 | 0.92 | 0.06 | 113.18 | 0.88 | 0.51 |
| Hex | 2D | F0 | 14 | 51 | 0 | 5C | 6 | 71 | 58 | 33 |
| Octal | 55 | 360 | 24 | 121 | 0 | 134 | 6 | 161 | 130 | 63 |
| Binary | 101101 | 11110000 | 10100 | 1010001 | 0 | 1011100 | 110 | 1110001 | 1011000 | 110011 |
Color Harmonies of #2DF014
Complementary color
Monochromatic Colors of #2DF014
Black with #2DF014
Text Example
Text Example
White with #2DF014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF014; }
p { color: rgb(45,240,20); }
H1.HeaderClassName
{
color: #2DF014;
}
.AnyTagClassName
{
color: #2DF014;
}
</style>
background-color css
<style>
a { background-color: #2DF014; }
a { background-color: rgb(45,240,20); }
div.DivClassName
{
background-color: #2DF014;
}
.BgClassName
{
background-color: #2DF014;
}
</style>
border-color css
<style>
span { border-color: #2DF014; }
span { border-color: rgb(45,240,20); }
td.TdClassName
{
border-color: #2DF014;
}
.TagClassName
{
border-color: #2DF014;
}
</style>