Shades of Harlequin #2DFC13
Tints of Harlequin #2DFC13
RGB
CMYK
RGB Variations
Color information
#2DFC13 (or 0x2DFC13) is known color: Harlequin. HEX triplet: 2D, FC and 13. RGB value is (45,252,19). Sum of RGB (Red+Green+Blue) = 45+252+19=316 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.24% from 316); Green value is 252 (98.83% from 255 or 79.75% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DFC13 is #D203EC. Grayscale: #A4A4A4. Windows color (decimal): -13763565 or 1309741. OLE color: 1309741.
HSL color Cylindrical-coordinate representation of color #2DFC13: hue angle of 113.3º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DFC13 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 252 | 19 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.01 |
| HSL | 113.3º | 0.97% | 0.53% | - |
| HSV(B) | 113.3º | 0.92% | 0.99% | - |
| XYZ | 36.01 | 70.23 | 12.27 | - |
| YUV | 163.55 | 46.42 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 252 | 19 | 0.82 | 0 | 0.92 | 0.01 | 113.3 | 0.97 | 0.53 |
| Hex | 2D | FC | 13 | 52 | 0 | 5C | 1 | 71 | 61 | 35 |
| Octal | 55 | 374 | 23 | 122 | 0 | 134 | 1 | 161 | 141 | 65 |
| Binary | 101101 | 11111100 | 10011 | 1010010 | 0 | 1011100 | 1 | 1110001 | 1100001 | 110101 |
Color Harmonies of #2DFC13
Complementary color
Monochromatic Colors of #2DFC13
Black with #2DFC13
Text Example
Text Example
White with #2DFC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFC13; }
p { color: rgb(45,252,19); }
H1.HeaderClassName
{
color: #2DFC13;
}
.AnyTagClassName
{
color: #2DFC13;
}
</style>
background-color css
<style>
a { background-color: #2DFC13; }
a { background-color: rgb(45,252,19); }
div.DivClassName
{
background-color: #2DFC13;
}
.BgClassName
{
background-color: #2DFC13;
}
</style>
border-color css
<style>
span { border-color: #2DFC13; }
span { border-color: rgb(45,252,19); }
td.TdClassName
{
border-color: #2DFC13;
}
.TagClassName
{
border-color: #2DFC13;
}
</style>