Shades of Harlequin #2DE911
Tints of Harlequin #2DE911
RGB
CMYK
RGB Variations
Color information
#2DE911 (or 0x2DE911) is known color: Harlequin. HEX triplet: 2D, E9 and 11. RGB value is (45,233,17). Sum of RGB (Red+Green+Blue) = 45+233+17=295 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.25% from 295); Green value is 233 (91.41% from 255 or 78.98% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 233 - color contains mainly: green. Hex color #2DE911 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DE911 is #D216EE. Grayscale: #989898. Windows color (decimal): -13768431 or 1173805. OLE color: 1173805.
HSL color Cylindrical-coordinate representation of color #2DE911: hue angle of 112.22º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2DE911 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 233 | 17 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.09 |
| HSL | 112.22º | 0.86% | 0.49% | - |
| HSV(B) | 112.22º | 0.93% | 0.91% | - |
| XYZ | 30.32 | 58.88 | 10.3 | - |
| YUV | 152.16 | 51.72 | 51.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 233 | 17 | 0.81 | 0 | 0.93 | 0.09 | 112.22 | 0.86 | 0.49 |
| Hex | 2D | E9 | 11 | 51 | 0 | 5D | 9 | 70 | 56 | 31 |
| Octal | 55 | 351 | 21 | 121 | 0 | 135 | 11 | 160 | 126 | 61 |
| Binary | 101101 | 11101001 | 10001 | 1010001 | 0 | 1011101 | 1001 | 1110000 | 1010110 | 110001 |
Color Harmonies of #2DE911
Complementary color
Monochromatic Colors of #2DE911
Black with #2DE911
Text Example
Text Example
White with #2DE911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE911; }
p { color: rgb(45,233,17); }
H1.HeaderClassName
{
color: #2DE911;
}
.AnyTagClassName
{
color: #2DE911;
}
</style>
background-color css
<style>
a { background-color: #2DE911; }
a { background-color: rgb(45,233,17); }
div.DivClassName
{
background-color: #2DE911;
}
.BgClassName
{
background-color: #2DE911;
}
</style>
border-color css
<style>
span { border-color: #2DE911; }
span { border-color: rgb(45,233,17); }
td.TdClassName
{
border-color: #2DE911;
}
.TagClassName
{
border-color: #2DE911;
}
</style>