Shades of Harlequin #2DF619
Tints of Harlequin #2DF619
RGB
CMYK
RGB Variations
Color information
#2DF619 (or 0x2DF619) is known color: Harlequin. HEX triplet: 2D, F6 and 19. RGB value is (45,246,25). Sum of RGB (Red+Green+Blue) = 45+246+25=316 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.24% from 316); Green value is 246 (96.48% from 255 or 77.85% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 246 - color contains mainly: green. Hex color #2DF619 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DF619 is #D209E6. Grayscale: #A1A1A1. Windows color (decimal): -13765095 or 1701421. OLE color: 1701421.
HSL color Cylindrical-coordinate representation of color #2DF619: hue angle of 114.57º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DF619 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 246 | 25 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.04 |
| HSL | 114.57º | 0.92% | 0.53% | - |
| HSV(B) | 114.57º | 0.9% | 0.96% | - |
| XYZ | 34.21 | 66.54 | 11.96 | - |
| YUV | 160.71 | 51.41 | 45.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 246 | 25 | 0.82 | 0 | 0.90 | 0.04 | 114.57 | 0.92 | 0.53 |
| Hex | 2D | F6 | 19 | 52 | 0 | 5A | 4 | 73 | 5C | 35 |
| Octal | 55 | 366 | 31 | 122 | 0 | 132 | 4 | 163 | 134 | 65 |
| Binary | 101101 | 11110110 | 11001 | 1010010 | 0 | 1011010 | 100 | 1110011 | 1011100 | 110101 |
Color Harmonies of #2DF619
Complementary color
Monochromatic Colors of #2DF619
Black with #2DF619
Text Example
Text Example
White with #2DF619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF619; }
p { color: rgb(45,246,25); }
H1.HeaderClassName
{
color: #2DF619;
}
.AnyTagClassName
{
color: #2DF619;
}
</style>
background-color css
<style>
a { background-color: #2DF619; }
a { background-color: rgb(45,246,25); }
div.DivClassName
{
background-color: #2DF619;
}
.BgClassName
{
background-color: #2DF619;
}
</style>
border-color css
<style>
span { border-color: #2DF619; }
span { border-color: rgb(45,246,25); }
td.TdClassName
{
border-color: #2DF619;
}
.TagClassName
{
border-color: #2DF619;
}
</style>