Shades of Harlequin #2DED00
Tints of Harlequin #2DED00
RGB
CMYK
RGB Variations
Color information
#2DED00 (or 0x2DED00) is known color: Harlequin. HEX triplet: 2D, ED and 00. RGB value is (45,237,0). Sum of RGB (Red+Green+Blue) = 45+237+0=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 237 (92.97% from 255 or 84.04% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 237 - color contains mainly: green. Hex color #2DED00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DED00 is #D212FF. Grayscale: #999999. Windows color (decimal): -13767424 or 60717. OLE color: 60717.
HSL color Cylindrical-coordinate representation of color #2DED00: hue angle of 108.61º 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 #2DED00 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 237 | 0 | - |
| CMYK | 0.81 | 0 | 1 | 0.07 |
| HSL | 108.61º | 1% | 0.46% | - |
| HSV(B) | 108.61º | 1% | 0.93% | - |
| XYZ | 31.37 | 61.13 | 10.15 | - |
| YUV | 152.57 | 41.89 | 51.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 237 | 0 | 0.81 | 0 | 1 | 0.07 | 108.61 | 1 | 0.46 |
| Hex | 2D | ED | 0 | 51 | 0 | 64 | 7 | 6D | 64 | 2E |
| Octal | 55 | 355 | 0 | 121 | 0 | 144 | 7 | 155 | 144 | 56 |
| Binary | 101101 | 11101101 | 0 | 1010001 | 0 | 1100100 | 111 | 1101101 | 1100100 | 101110 |
Color Harmonies of #2DED00
Complementary color
Monochromatic Colors of #2DED00
Black with #2DED00
Text Example
Text Example
White with #2DED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DED00; }
p { color: rgb(45,237,0); }
H1.HeaderClassName
{
color: #2DED00;
}
.AnyTagClassName
{
color: #2DED00;
}
</style>
background-color css
<style>
a { background-color: #2DED00; }
a { background-color: rgb(45,237,0); }
div.DivClassName
{
background-color: #2DED00;
}
.BgClassName
{
background-color: #2DED00;
}
</style>
border-color css
<style>
span { border-color: #2DED00; }
span { border-color: rgb(45,237,0); }
td.TdClassName
{
border-color: #2DED00;
}
.TagClassName
{
border-color: #2DED00;
}
</style>