Shades of Harlequin #2DF01D
Tints of Harlequin #2DF01D
RGB
CMYK
RGB Variations
Color information
#2DF01D (or 0x2DF01D) is known color: Harlequin. HEX triplet: 2D, F0 and 1D. RGB value is (45,240,29). Sum of RGB (Red+Green+Blue) = 45+240+29=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 240 (94.14% from 255 or 76.43% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 240 - color contains mainly: green. Hex color #2DF01D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF01D is #D20FE2. Grayscale: #9E9E9E. Windows color (decimal): -13766627 or 1962029. OLE color: 1962029.
HSL color Cylindrical-coordinate representation of color #2DF01D: hue angle of 115.45º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DF01D is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 240 | 29 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.06 |
| HSL | 115.45º | 0.88% | 0.53% | - |
| HSV(B) | 115.45º | 0.88% | 0.94% | - |
| XYZ | 32.46 | 62.97 | 11.61 | - |
| YUV | 157.64 | 55.4 | 47.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 240 | 29 | 0.81 | 0 | 0.88 | 0.06 | 115.45 | 0.88 | 0.53 |
| Hex | 2D | F0 | 1D | 51 | 0 | 58 | 6 | 73 | 58 | 35 |
| Octal | 55 | 360 | 35 | 121 | 0 | 130 | 6 | 163 | 130 | 65 |
| Binary | 101101 | 11110000 | 11101 | 1010001 | 0 | 1011000 | 110 | 1110011 | 1011000 | 110101 |
Color Harmonies of #2DF01D
Complementary color
Monochromatic Colors of #2DF01D
Black with #2DF01D
Text Example
Text Example
White with #2DF01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF01D; }
p { color: rgb(45,240,29); }
H1.HeaderClassName
{
color: #2DF01D;
}
.AnyTagClassName
{
color: #2DF01D;
}
</style>
background-color css
<style>
a { background-color: #2DF01D; }
a { background-color: rgb(45,240,29); }
div.DivClassName
{
background-color: #2DF01D;
}
.BgClassName
{
background-color: #2DF01D;
}
</style>
border-color css
<style>
span { border-color: #2DF01D; }
span { border-color: rgb(45,240,29); }
td.TdClassName
{
border-color: #2DF01D;
}
.TagClassName
{
border-color: #2DF01D;
}
</style>