Shades of Harlequin #2DFF13
Tints of Harlequin #2DFF13
RGB
CMYK
RGB Variations
Color information
#2DFF13 (or 0x2DFF13) is known color: Harlequin. HEX triplet: 2D, FF and 13. RGB value is (45,255,19). Sum of RGB (Red+Green+Blue) = 45+255+19=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 255 (100% from 255 or 79.94% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFF13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DFF13 is #D200EC. Grayscale: #A6A6A6. Windows color (decimal): -13762797 or 1310509. OLE color: 1310509.
HSL color Cylindrical-coordinate representation of color #2DFF13: hue angle of 113.39º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2DFF13 is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 19 | - |
| CMYK | 0.82 | 0 | 0.93 | 0 |
| HSL | 113.39º | 1% | 0.54% | - |
| HSV(B) | 113.39º | 0.93% | 1% | - |
| XYZ | 36.96 | 72.12 | 12.59 | - |
| YUV | 165.31 | 45.43 | 42.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 19 | 0.82 | 0 | 0.93 | 0 | 113.39 | 1 | 0.54 |
| Hex | 2D | FF | 13 | 52 | 0 | 5D | 0 | 71 | 64 | 36 |
| Octal | 55 | 377 | 23 | 122 | 0 | 135 | 0 | 161 | 144 | 66 |
| Binary | 101101 | 11111111 | 10011 | 1010010 | 0 | 1011101 | 0 | 1110001 | 1100100 | 110110 |
Color Harmonies of #2DFF13
Complementary color
Monochromatic Colors of #2DFF13
Black with #2DFF13
Text Example
Text Example
White with #2DFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFF13; }
p { color: rgb(45,255,19); }
H1.HeaderClassName
{
color: #2DFF13;
}
.AnyTagClassName
{
color: #2DFF13;
}
</style>
background-color css
<style>
a { background-color: #2DFF13; }
a { background-color: rgb(45,255,19); }
div.DivClassName
{
background-color: #2DFF13;
}
.BgClassName
{
background-color: #2DFF13;
}
</style>
border-color css
<style>
span { border-color: #2DFF13; }
span { border-color: rgb(45,255,19); }
td.TdClassName
{
border-color: #2DFF13;
}
.TagClassName
{
border-color: #2DFF13;
}
</style>