Shades of Harlequin #2DEC00
Tints of Harlequin #2DEC00
RGB
CMYK
RGB Variations
Color information
#2DEC00 (or 0x2DEC00) is known color: Harlequin. HEX triplet: 2D, EC and 00. RGB value is (45,236,0). Sum of RGB (Red+Green+Blue) = 45+236+0=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 236 (92.58% from 255 or 83.99% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 236 - color contains mainly: green. Hex color #2DEC00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DEC00 is #D213FF. Grayscale: #989898. Windows color (decimal): -13767680 or 60461. OLE color: 60461.
HSL color Cylindrical-coordinate representation of color #2DEC00: hue angle of 108.56º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2DEC00 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 236 | 0 | - |
| CMYK | 0.81 | 0 | 1 | 0.07 |
| HSL | 108.56º | 1% | 0.46% | - |
| HSV(B) | 108.56º | 1% | 0.93% | - |
| XYZ | 31.08 | 60.55 | 10.05 | - |
| YUV | 151.99 | 42.22 | 51.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 236 | 0 | 0.81 | 0 | 1 | 0.07 | 108.56 | 1 | 0.46 |
| Hex | 2D | EC | 0 | 51 | 0 | 64 | 7 | 6D | 64 | 2E |
| Octal | 55 | 354 | 0 | 121 | 0 | 144 | 7 | 155 | 144 | 56 |
| Binary | 101101 | 11101100 | 0 | 1010001 | 0 | 1100100 | 111 | 1101101 | 1100100 | 101110 |
Color Harmonies of #2DEC00
Complementary color
Monochromatic Colors of #2DEC00
Black with #2DEC00
Text Example
Text Example
White with #2DEC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEC00; }
p { color: rgb(45,236,0); }
H1.HeaderClassName
{
color: #2DEC00;
}
.AnyTagClassName
{
color: #2DEC00;
}
</style>
background-color css
<style>
a { background-color: #2DEC00; }
a { background-color: rgb(45,236,0); }
div.DivClassName
{
background-color: #2DEC00;
}
.BgClassName
{
background-color: #2DEC00;
}
</style>
border-color css
<style>
span { border-color: #2DEC00; }
span { border-color: rgb(45,236,0); }
td.TdClassName
{
border-color: #2DEC00;
}
.TagClassName
{
border-color: #2DEC00;
}
</style>