Shades of Harlequin #2DF01C
Tints of Harlequin #2DF01C
RGB
CMYK
RGB Variations
Color information
#2DF01C (or 0x2DF01C) is known color: Harlequin. HEX triplet: 2D, F0 and 1C. RGB value is (45,240,28). Sum of RGB (Red+Green+Blue) = 45+240+28=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 240 (94.14% from 255 or 76.68% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 240 - color contains mainly: green. Hex color #2DF01C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF01C is #D20FE3. Grayscale: #9E9E9E. Windows color (decimal): -13766628 or 1896493. OLE color: 1896493.
HSL color Cylindrical-coordinate representation of color #2DF01C: hue angle of 115.19º 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 #2DF01C is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 240 | 28 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.06 |
| HSL | 115.19º | 0.88% | 0.53% | - |
| HSV(B) | 115.19º | 0.88% | 0.94% | - |
| XYZ | 32.45 | 62.96 | 11.54 | - |
| YUV | 157.53 | 54.9 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 240 | 28 | 0.81 | 0 | 0.88 | 0.06 | 115.19 | 0.88 | 0.53 |
| Hex | 2D | F0 | 1C | 51 | 0 | 58 | 6 | 73 | 58 | 35 |
| Octal | 55 | 360 | 34 | 121 | 0 | 130 | 6 | 163 | 130 | 65 |
| Binary | 101101 | 11110000 | 11100 | 1010001 | 0 | 1011000 | 110 | 1110011 | 1011000 | 110101 |
Color Harmonies of #2DF01C
Complementary color
Monochromatic Colors of #2DF01C
Black with #2DF01C
Text Example
Text Example
White with #2DF01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF01C; }
p { color: rgb(45,240,28); }
H1.HeaderClassName
{
color: #2DF01C;
}
.AnyTagClassName
{
color: #2DF01C;
}
</style>
background-color css
<style>
a { background-color: #2DF01C; }
a { background-color: rgb(45,240,28); }
div.DivClassName
{
background-color: #2DF01C;
}
.BgClassName
{
background-color: #2DF01C;
}
</style>
border-color css
<style>
span { border-color: #2DF01C; }
span { border-color: rgb(45,240,28); }
td.TdClassName
{
border-color: #2DF01C;
}
.TagClassName
{
border-color: #2DF01C;
}
</style>