Shades of Harlequin #2DF913
Tints of Harlequin #2DF913
RGB
CMYK
RGB Variations
Color information
#2DF913 (or 0x2DF913) is known color: Harlequin. HEX triplet: 2D, F9 and 13. RGB value is (45,249,19). Sum of RGB (Red+Green+Blue) = 45+249+19=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 249 (97.66% from 255 or 79.55% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF913 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DF913 is #D206EC. Grayscale: #A2A2A2. Windows color (decimal): -13764333 or 1308973. OLE color: 1308973.
HSL color Cylindrical-coordinate representation of color #2DF913: hue angle of 113.22º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DF913 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 19 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.02 |
| HSL | 113.22º | 0.95% | 0.53% | - |
| HSV(B) | 113.22º | 0.92% | 0.98% | - |
| XYZ | 35.08 | 68.36 | 11.96 | - |
| YUV | 161.78 | 47.41 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 19 | 0.82 | 0 | 0.92 | 0.02 | 113.22 | 0.95 | 0.53 |
| Hex | 2D | F9 | 13 | 52 | 0 | 5C | 2 | 71 | 5F | 35 |
| Octal | 55 | 371 | 23 | 122 | 0 | 134 | 2 | 161 | 137 | 65 |
| Binary | 101101 | 11111001 | 10011 | 1010010 | 0 | 1011100 | 10 | 1110001 | 1011111 | 110101 |
Color Harmonies of #2DF913
Complementary color
Monochromatic Colors of #2DF913
Black with #2DF913
Text Example
Text Example
White with #2DF913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF913; }
p { color: rgb(45,249,19); }
H1.HeaderClassName
{
color: #2DF913;
}
.AnyTagClassName
{
color: #2DF913;
}
</style>
background-color css
<style>
a { background-color: #2DF913; }
a { background-color: rgb(45,249,19); }
div.DivClassName
{
background-color: #2DF913;
}
.BgClassName
{
background-color: #2DF913;
}
</style>
border-color css
<style>
span { border-color: #2DF913; }
span { border-color: rgb(45,249,19); }
td.TdClassName
{
border-color: #2DF913;
}
.TagClassName
{
border-color: #2DF913;
}
</style>