Shades of Harlequin #2DEC13
Tints of Harlequin #2DEC13
RGB
CMYK
RGB Variations
Color information
#2DEC13 (or 0x2DEC13) is known color: Harlequin. HEX triplet: 2D, EC and 13. RGB value is (45,236,19). Sum of RGB (Red+Green+Blue) = 45+236+19=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 236 (92.58% from 255 or 78.67% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 236 - color contains mainly: green. Hex color #2DEC13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DEC13 is #D213EC. Grayscale: #9A9A9A. Windows color (decimal): -13767661 or 1305645. OLE color: 1305645.
HSL color Cylindrical-coordinate representation of color #2DEC13: hue angle of 112.81º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DEC13 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 236 | 19 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.07 |
| HSL | 112.81º | 0.85% | 0.5% | - |
| HSV(B) | 112.81º | 0.92% | 0.93% | - |
| XYZ | 31.2 | 60.6 | 10.67 | - |
| YUV | 154.15 | 51.72 | 50.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 236 | 19 | 0.81 | 0 | 0.92 | 0.07 | 112.81 | 0.85 | 0.5 |
| Hex | 2D | EC | 13 | 51 | 0 | 5C | 7 | 71 | 55 | 32 |
| Octal | 55 | 354 | 23 | 121 | 0 | 134 | 7 | 161 | 125 | 62 |
| Binary | 101101 | 11101100 | 10011 | 1010001 | 0 | 1011100 | 111 | 1110001 | 1010101 | 110010 |
Color Harmonies of #2DEC13
Complementary color
Monochromatic Colors of #2DEC13
Black with #2DEC13
Text Example
Text Example
White with #2DEC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEC13; }
p { color: rgb(45,236,19); }
H1.HeaderClassName
{
color: #2DEC13;
}
.AnyTagClassName
{
color: #2DEC13;
}
</style>
background-color css
<style>
a { background-color: #2DEC13; }
a { background-color: rgb(45,236,19); }
div.DivClassName
{
background-color: #2DEC13;
}
.BgClassName
{
background-color: #2DEC13;
}
</style>
border-color css
<style>
span { border-color: #2DEC13; }
span { border-color: rgb(45,236,19); }
td.TdClassName
{
border-color: #2DEC13;
}
.TagClassName
{
border-color: #2DEC13;
}
</style>