Shades of Harlequin #2DEF11
Tints of Harlequin #2DEF11
RGB
CMYK
RGB Variations
Color information
#2DEF11 (or 0x2DEF11) is known color: Harlequin. HEX triplet: 2D, EF and 11. RGB value is (45,239,17). Sum of RGB (Red+Green+Blue) = 45+239+17=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 239 (93.75% from 255 or 79.40% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 239 - color contains mainly: green. Hex color #2DEF11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DEF11 is #D210EE. Grayscale: #9C9C9C. Windows color (decimal): -13766895 or 1175341. OLE color: 1175341.
HSL color Cylindrical-coordinate representation of color #2DEF11: hue angle of 112.43º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2DEF11 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 239 | 17 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.06 |
| HSL | 112.43º | 0.87% | 0.5% | - |
| HSV(B) | 112.43º | 0.93% | 0.94% | - |
| XYZ | 32.05 | 62.33 | 10.87 | - |
| YUV | 155.69 | 49.73 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 239 | 17 | 0.81 | 0 | 0.93 | 0.06 | 112.43 | 0.87 | 0.5 |
| Hex | 2D | EF | 11 | 51 | 0 | 5D | 6 | 70 | 57 | 32 |
| Octal | 55 | 357 | 21 | 121 | 0 | 135 | 6 | 160 | 127 | 62 |
| Binary | 101101 | 11101111 | 10001 | 1010001 | 0 | 1011101 | 110 | 1110000 | 1010111 | 110010 |
Color Harmonies of #2DEF11
Complementary color
Monochromatic Colors of #2DEF11
Black with #2DEF11
Text Example
Text Example
White with #2DEF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEF11; }
p { color: rgb(45,239,17); }
H1.HeaderClassName
{
color: #2DEF11;
}
.AnyTagClassName
{
color: #2DEF11;
}
</style>
background-color css
<style>
a { background-color: #2DEF11; }
a { background-color: rgb(45,239,17); }
div.DivClassName
{
background-color: #2DEF11;
}
.BgClassName
{
background-color: #2DEF11;
}
</style>
border-color css
<style>
span { border-color: #2DEF11; }
span { border-color: rgb(45,239,17); }
td.TdClassName
{
border-color: #2DEF11;
}
.TagClassName
{
border-color: #2DEF11;
}
</style>