Shades of Harlequin #2DFE13
Tints of Harlequin #2DFE13
RGB
CMYK
RGB Variations
Color information
#2DFE13 (or 0x2DFE13) is known color: Harlequin. HEX triplet: 2D, FE and 13. RGB value is (45,254,19). Sum of RGB (Red+Green+Blue) = 45+254+19=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 254 (99.61% from 255 or 79.87% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFE13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DFE13 is #D201EC. Grayscale: #A5A5A5. Windows color (decimal): -13763053 or 1310253. OLE color: 1310253.
HSL color Cylindrical-coordinate representation of color #2DFE13: hue angle of 113.36º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2DFE13 is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 254 | 19 | - |
| CMYK | 0.82 | 0 | 0.93 | 0.00 |
| HSL | 113.36º | 0.99% | 0.54% | - |
| HSV(B) | 113.36º | 0.93% | 1% | - |
| XYZ | 36.64 | 71.49 | 12.48 | - |
| YUV | 164.72 | 45.76 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 254 | 19 | 0.82 | 0 | 0.93 | 0.00 | 113.36 | 0.99 | 0.54 |
| Hex | 2D | FE | 13 | 52 | 0 | 5D | 0 | 71 | 63 | 36 |
| Octal | 55 | 376 | 23 | 122 | 0 | 135 | 0 | 161 | 143 | 66 |
| Binary | 101101 | 11111110 | 10011 | 1010010 | 0 | 1011101 | 0 | 1110001 | 1100011 | 110110 |
Color Harmonies of #2DFE13
Complementary color
Monochromatic Colors of #2DFE13
Black with #2DFE13
Text Example
Text Example
White with #2DFE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFE13; }
p { color: rgb(45,254,19); }
H1.HeaderClassName
{
color: #2DFE13;
}
.AnyTagClassName
{
color: #2DFE13;
}
</style>
background-color css
<style>
a { background-color: #2DFE13; }
a { background-color: rgb(45,254,19); }
div.DivClassName
{
background-color: #2DFE13;
}
.BgClassName
{
background-color: #2DFE13;
}
</style>
border-color css
<style>
span { border-color: #2DFE13; }
span { border-color: rgb(45,254,19); }
td.TdClassName
{
border-color: #2DFE13;
}
.TagClassName
{
border-color: #2DFE13;
}
</style>