Shades of Harlequin #2DEF17
Tints of Harlequin #2DEF17
RGB
CMYK
RGB Variations
Color information
#2DEF17 (or 0x2DEF17) is known color: Harlequin. HEX triplet: 2D, EF and 17. RGB value is (45,239,23). Sum of RGB (Red+Green+Blue) = 45+239+23=307 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.66% from 307); Green value is 239 (93.75% from 255 or 77.85% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 239 - color contains mainly: green. Hex color #2DEF17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DEF17 is #D210E8. Grayscale: #9D9D9D. Windows color (decimal): -13766889 or 1568557. OLE color: 1568557.
HSL color Cylindrical-coordinate representation of color #2DEF17: hue angle of 113.89º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DEF17 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 239 | 23 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.06 |
| HSL | 113.89º | 0.87% | 0.51% | - |
| HSV(B) | 113.89º | 0.9% | 0.94% | - |
| XYZ | 32.1 | 62.35 | 11.15 | - |
| YUV | 156.37 | 52.73 | 48.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 239 | 23 | 0.81 | 0 | 0.90 | 0.06 | 113.89 | 0.87 | 0.51 |
| Hex | 2D | EF | 17 | 51 | 0 | 5A | 6 | 72 | 57 | 33 |
| Octal | 55 | 357 | 27 | 121 | 0 | 132 | 6 | 162 | 127 | 63 |
| Binary | 101101 | 11101111 | 10111 | 1010001 | 0 | 1011010 | 110 | 1110010 | 1010111 | 110011 |
Color Harmonies of #2DEF17
Complementary color
Monochromatic Colors of #2DEF17
Black with #2DEF17
Text Example
Text Example
White with #2DEF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEF17; }
p { color: rgb(45,239,23); }
H1.HeaderClassName
{
color: #2DEF17;
}
.AnyTagClassName
{
color: #2DEF17;
}
</style>
background-color css
<style>
a { background-color: #2DEF17; }
a { background-color: rgb(45,239,23); }
div.DivClassName
{
background-color: #2DEF17;
}
.BgClassName
{
background-color: #2DEF17;
}
</style>
border-color css
<style>
span { border-color: #2DEF17; }
span { border-color: rgb(45,239,23); }
td.TdClassName
{
border-color: #2DEF17;
}
.TagClassName
{
border-color: #2DEF17;
}
</style>