Shades of Harlequin #2DEC0D
Tints of Harlequin #2DEC0D
RGB
CMYK
RGB Variations
Color information
#2DEC0D (or 0x2DEC0D) is known color: Harlequin. HEX triplet: 2D, EC and 0D. RGB value is (45,236,13). Sum of RGB (Red+Green+Blue) = 45+236+13=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 236 (92.58% from 255 or 80.27% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 236 - color contains mainly: green. Hex color #2DEC0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DEC0D is #D213F2. Grayscale: #9A9A9A. Windows color (decimal): -13767667 or 912429. OLE color: 912429.
HSL color Cylindrical-coordinate representation of color #2DEC0D: hue angle of 111.39º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2DEC0D is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 236 | 13 | - |
| CMYK | 0.81 | 0 | 0.94 | 0.07 |
| HSL | 111.39º | 0.9% | 0.49% | - |
| HSV(B) | 111.39º | 0.94% | 0.93% | - |
| XYZ | 31.15 | 60.58 | 10.43 | - |
| YUV | 153.47 | 48.72 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 236 | 13 | 0.81 | 0 | 0.94 | 0.07 | 111.39 | 0.9 | 0.49 |
| Hex | 2D | EC | D | 51 | 0 | 5E | 7 | 6F | 5A | 31 |
| Octal | 55 | 354 | 15 | 121 | 0 | 136 | 7 | 157 | 132 | 61 |
| Binary | 101101 | 11101100 | 1101 | 1010001 | 0 | 1011110 | 111 | 1101111 | 1011010 | 110001 |
Color Harmonies of #2DEC0D
Complementary color
Monochromatic Colors of #2DEC0D
Black with #2DEC0D
Text Example
Text Example
White with #2DEC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEC0D; }
p { color: rgb(45,236,13); }
H1.HeaderClassName
{
color: #2DEC0D;
}
.AnyTagClassName
{
color: #2DEC0D;
}
</style>
background-color css
<style>
a { background-color: #2DEC0D; }
a { background-color: rgb(45,236,13); }
div.DivClassName
{
background-color: #2DEC0D;
}
.BgClassName
{
background-color: #2DEC0D;
}
</style>
border-color css
<style>
span { border-color: #2DEC0D; }
span { border-color: rgb(45,236,13); }
td.TdClassName
{
border-color: #2DEC0D;
}
.TagClassName
{
border-color: #2DEC0D;
}
</style>