Shades of Harlequin #2DFF19
Tints of Harlequin #2DFF19
RGB
CMYK
RGB Variations
Color information
#2DFF19 (or 0x2DFF19) is known color: Harlequin. HEX triplet: 2D, FF and 19. RGB value is (45,255,25). Sum of RGB (Red+Green+Blue) = 45+255+25=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 255 (100% from 255 or 78.46% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFF19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DFF19 is #D200E6. Grayscale: #A6A6A6. Windows color (decimal): -13762791 or 1703725. OLE color: 1703725.
HSL color Cylindrical-coordinate representation of color #2DFF19: hue angle of 114.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DFF19 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 25 | - |
| CMYK | 0.82 | 0 | 0.90 | 0 |
| HSL | 114.78º | 1% | 0.55% | - |
| HSV(B) | 114.78º | 0.9% | 1% | - |
| XYZ | 37.02 | 72.15 | 12.89 | - |
| YUV | 165.99 | 48.43 | 41.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 25 | 0.82 | 0 | 0.90 | 0 | 114.78 | 1 | 0.55 |
| Hex | 2D | FF | 19 | 52 | 0 | 5A | 0 | 73 | 64 | 37 |
| Octal | 55 | 377 | 31 | 122 | 0 | 132 | 0 | 163 | 144 | 67 |
| Binary | 101101 | 11111111 | 11001 | 1010010 | 0 | 1011010 | 0 | 1110011 | 1100100 | 110111 |
Color Harmonies of #2DFF19
Complementary color
Monochromatic Colors of #2DFF19
Black with #2DFF19
Text Example
Text Example
White with #2DFF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFF19; }
p { color: rgb(45,255,25); }
H1.HeaderClassName
{
color: #2DFF19;
}
.AnyTagClassName
{
color: #2DFF19;
}
</style>
background-color css
<style>
a { background-color: #2DFF19; }
a { background-color: rgb(45,255,25); }
div.DivClassName
{
background-color: #2DFF19;
}
.BgClassName
{
background-color: #2DFF19;
}
</style>
border-color css
<style>
span { border-color: #2DFF19; }
span { border-color: rgb(45,255,25); }
td.TdClassName
{
border-color: #2DFF19;
}
.TagClassName
{
border-color: #2DFF19;
}
</style>