Shades of Harlequin #2DFD18
Tints of Harlequin #2DFD18
RGB
CMYK
RGB Variations
Color information
#2DFD18 (or 0x2DFD18) is known color: Harlequin. HEX triplet: 2D, FD and 18. RGB value is (45,253,24). Sum of RGB (Red+Green+Blue) = 45+253+24=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 253 (99.22% from 255 or 78.57% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFD18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DFD18 is #D202E7. Grayscale: #A5A5A5. Windows color (decimal): -13763304 or 1637677. OLE color: 1637677.
HSL color Cylindrical-coordinate representation of color #2DFD18: hue angle of 114.5º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DFD18 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 253 | 24 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.01 |
| HSL | 114.5º | 0.98% | 0.54% | - |
| HSV(B) | 114.5º | 0.91% | 0.99% | - |
| XYZ | 36.37 | 70.87 | 12.63 | - |
| YUV | 164.7 | 48.59 | 42.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 253 | 24 | 0.82 | 0 | 0.91 | 0.01 | 114.5 | 0.98 | 0.54 |
| Hex | 2D | FD | 18 | 52 | 0 | 5B | 1 | 72 | 62 | 36 |
| Octal | 55 | 375 | 30 | 122 | 0 | 133 | 1 | 162 | 142 | 66 |
| Binary | 101101 | 11111101 | 11000 | 1010010 | 0 | 1011011 | 1 | 1110010 | 1100010 | 110110 |
Color Harmonies of #2DFD18
Complementary color
Monochromatic Colors of #2DFD18
Black with #2DFD18
Text Example
Text Example
White with #2DFD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFD18; }
p { color: rgb(45,253,24); }
H1.HeaderClassName
{
color: #2DFD18;
}
.AnyTagClassName
{
color: #2DFD18;
}
</style>
background-color css
<style>
a { background-color: #2DFD18; }
a { background-color: rgb(45,253,24); }
div.DivClassName
{
background-color: #2DFD18;
}
.BgClassName
{
background-color: #2DFD18;
}
</style>
border-color css
<style>
span { border-color: #2DFD18; }
span { border-color: rgb(45,253,24); }
td.TdClassName
{
border-color: #2DFD18;
}
.TagClassName
{
border-color: #2DFD18;
}
</style>