Shades of Harlequin #2DED0E
Tints of Harlequin #2DED0E
RGB
CMYK
RGB Variations
Color information
#2DED0E (or 0x2DED0E) is known color: Harlequin. HEX triplet: 2D, ED and 0E. RGB value is (45,237,14). Sum of RGB (Red+Green+Blue) = 45+237+14=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 237 (92.97% from 255 or 80.07% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 237 - color contains mainly: green. Hex color #2DED0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DED0E is #D212F1. Grayscale: #9A9A9A. Windows color (decimal): -13767410 or 978221. OLE color: 978221.
HSL color Cylindrical-coordinate representation of color #2DED0E: hue angle of 111.66º degrees, saturation: 0.89, 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 #2DED0E is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 237 | 14 | - |
| CMYK | 0.81 | 0 | 0.94 | 0.07 |
| HSL | 111.66º | 0.89% | 0.49% | - |
| HSV(B) | 111.66º | 0.94% | 0.93% | - |
| XYZ | 31.45 | 61.16 | 10.56 | - |
| YUV | 154.17 | 48.89 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 237 | 14 | 0.81 | 0 | 0.94 | 0.07 | 111.66 | 0.89 | 0.49 |
| Hex | 2D | ED | E | 51 | 0 | 5E | 7 | 70 | 59 | 31 |
| Octal | 55 | 355 | 16 | 121 | 0 | 136 | 7 | 160 | 131 | 61 |
| Binary | 101101 | 11101101 | 1110 | 1010001 | 0 | 1011110 | 111 | 1110000 | 1011001 | 110001 |
Color Harmonies of #2DED0E
Complementary color
Monochromatic Colors of #2DED0E
Black with #2DED0E
Text Example
Text Example
White with #2DED0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DED0E; }
p { color: rgb(45,237,14); }
H1.HeaderClassName
{
color: #2DED0E;
}
.AnyTagClassName
{
color: #2DED0E;
}
</style>
background-color css
<style>
a { background-color: #2DED0E; }
a { background-color: rgb(45,237,14); }
div.DivClassName
{
background-color: #2DED0E;
}
.BgClassName
{
background-color: #2DED0E;
}
</style>
border-color css
<style>
span { border-color: #2DED0E; }
span { border-color: rgb(45,237,14); }
td.TdClassName
{
border-color: #2DED0E;
}
.TagClassName
{
border-color: #2DED0E;
}
</style>