Shades of Harlequin #2DFF17
Tints of Harlequin #2DFF17
RGB
CMYK
RGB Variations
Color information
#2DFF17 (or 0x2DFF17) is known color: Harlequin. HEX triplet: 2D, FF and 17. RGB value is (45,255,23). Sum of RGB (Red+Green+Blue) = 45+255+23=323 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.93% from 323); Green value is 255 (100% from 255 or 78.95% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFF17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DFF17 is #D200E8. Grayscale: #A6A6A6. Windows color (decimal): -13762793 or 1572653. OLE color: 1572653.
HSL color Cylindrical-coordinate representation of color #2DFF17: hue angle of 114.31º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DFF17 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 23 | - |
| CMYK | 0.82 | 0 | 0.91 | 0 |
| HSL | 114.31º | 1% | 0.55% | - |
| HSV(B) | 114.31º | 0.91% | 1% | - |
| XYZ | 37 | 72.14 | 12.79 | - |
| YUV | 165.76 | 47.43 | 41.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 23 | 0.82 | 0 | 0.91 | 0 | 114.31 | 1 | 0.55 |
| Hex | 2D | FF | 17 | 52 | 0 | 5B | 0 | 72 | 64 | 37 |
| Octal | 55 | 377 | 27 | 122 | 0 | 133 | 0 | 162 | 144 | 67 |
| Binary | 101101 | 11111111 | 10111 | 1010010 | 0 | 1011011 | 0 | 1110010 | 1100100 | 110111 |
Color Harmonies of #2DFF17
Complementary color
Monochromatic Colors of #2DFF17
Black with #2DFF17
Text Example
Text Example
White with #2DFF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFF17; }
p { color: rgb(45,255,23); }
H1.HeaderClassName
{
color: #2DFF17;
}
.AnyTagClassName
{
color: #2DFF17;
}
</style>
background-color css
<style>
a { background-color: #2DFF17; }
a { background-color: rgb(45,255,23); }
div.DivClassName
{
background-color: #2DFF17;
}
.BgClassName
{
background-color: #2DFF17;
}
</style>
border-color css
<style>
span { border-color: #2DFF17; }
span { border-color: rgb(45,255,23); }
td.TdClassName
{
border-color: #2DFF17;
}
.TagClassName
{
border-color: #2DFF17;
}
</style>