Shades of Harlequin #2DF50E
Tints of Harlequin #2DF50E
RGB
CMYK
RGB Variations
Color information
#2DF50E (or 0x2DF50E) is known color: Harlequin. HEX triplet: 2D, F5 and 0E. RGB value is (45,245,14). Sum of RGB (Red+Green+Blue) = 45+245+14=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 245 (96.09% from 255 or 80.59% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 245 - color contains mainly: green. Hex color #2DF50E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DF50E is #D20AF1. Grayscale: #9F9F9F. Windows color (decimal): -13765362 or 980269. OLE color: 980269.
HSL color Cylindrical-coordinate representation of color #2DF50E: hue angle of 111.95º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2DF50E is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 245 | 14 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.04 |
| HSL | 111.95º | 0.92% | 0.51% | - |
| HSV(B) | 111.95º | 0.94% | 0.96% | - |
| XYZ | 33.81 | 65.89 | 11.35 | - |
| YUV | 158.87 | 46.24 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 245 | 14 | 0.82 | 0 | 0.94 | 0.04 | 111.95 | 0.92 | 0.51 |
| Hex | 2D | F5 | E | 52 | 0 | 5E | 4 | 70 | 5C | 33 |
| Octal | 55 | 365 | 16 | 122 | 0 | 136 | 4 | 160 | 134 | 63 |
| Binary | 101101 | 11110101 | 1110 | 1010010 | 0 | 1011110 | 100 | 1110000 | 1011100 | 110011 |
Color Harmonies of #2DF50E
Complementary color
Monochromatic Colors of #2DF50E
Black with #2DF50E
Text Example
Text Example
White with #2DF50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF50E; }
p { color: rgb(45,245,14); }
H1.HeaderClassName
{
color: #2DF50E;
}
.AnyTagClassName
{
color: #2DF50E;
}
</style>
background-color css
<style>
a { background-color: #2DF50E; }
a { background-color: rgb(45,245,14); }
div.DivClassName
{
background-color: #2DF50E;
}
.BgClassName
{
background-color: #2DF50E;
}
</style>
border-color css
<style>
span { border-color: #2DF50E; }
span { border-color: rgb(45,245,14); }
td.TdClassName
{
border-color: #2DF50E;
}
.TagClassName
{
border-color: #2DF50E;
}
</style>