Shades of Harlequin #2DF113
Tints of Harlequin #2DF113
RGB
CMYK
RGB Variations
Color information
#2DF113 (or 0x2DF113) is known color: Harlequin. HEX triplet: 2D, F1 and 13. RGB value is (45,241,19). Sum of RGB (Red+Green+Blue) = 45+241+19=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 241 (94.53% from 255 or 79.02% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF113 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DF113 is #D20EEC. Grayscale: #9D9D9D. Windows color (decimal): -13766381 or 1306925. OLE color: 1306925.
HSL color Cylindrical-coordinate representation of color #2DF113: hue angle of 112.97º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DF113 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 241 | 19 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.05 |
| HSL | 112.97º | 0.89% | 0.51% | - |
| HSV(B) | 112.97º | 0.92% | 0.95% | - |
| XYZ | 32.66 | 63.52 | 11.15 | - |
| YUV | 157.09 | 50.07 | 48.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 241 | 19 | 0.81 | 0 | 0.92 | 0.05 | 112.97 | 0.89 | 0.51 |
| Hex | 2D | F1 | 13 | 51 | 0 | 5C | 5 | 71 | 59 | 33 |
| Octal | 55 | 361 | 23 | 121 | 0 | 134 | 5 | 161 | 131 | 63 |
| Binary | 101101 | 11110001 | 10011 | 1010001 | 0 | 1011100 | 101 | 1110001 | 1011001 | 110011 |
Color Harmonies of #2DF113
Complementary color
Monochromatic Colors of #2DF113
Black with #2DF113
Text Example
Text Example
White with #2DF113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF113; }
p { color: rgb(45,241,19); }
H1.HeaderClassName
{
color: #2DF113;
}
.AnyTagClassName
{
color: #2DF113;
}
</style>
background-color css
<style>
a { background-color: #2DF113; }
a { background-color: rgb(45,241,19); }
div.DivClassName
{
background-color: #2DF113;
}
.BgClassName
{
background-color: #2DF113;
}
</style>
border-color css
<style>
span { border-color: #2DF113; }
span { border-color: rgb(45,241,19); }
td.TdClassName
{
border-color: #2DF113;
}
.TagClassName
{
border-color: #2DF113;
}
</style>