Shades of Harlequin #2DFD0F
Tints of Harlequin #2DFD0F
RGB
CMYK
RGB Variations
Color information
#2DFD0F (or 0x2DFD0F) is known color: Harlequin. HEX triplet: 2D, FD and 0F. RGB value is (45,253,15). Sum of RGB (Red+Green+Blue) = 45+253+15=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 253 (99.22% from 255 or 80.83% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFD0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DFD0F is #D202F0. Grayscale: #A4A4A4. Windows color (decimal): -13763313 or 1047853. OLE color: 1047853.
HSL color Cylindrical-coordinate representation of color #2DFD0F: hue angle of 112.44º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2DFD0F is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 253 | 15 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.01 |
| HSL | 112.44º | 0.98% | 0.53% | - |
| HSV(B) | 112.44º | 0.94% | 0.99% | - |
| XYZ | 36.29 | 70.84 | 12.21 | - |
| YUV | 163.68 | 44.09 | 43.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 253 | 15 | 0.82 | 0 | 0.94 | 0.01 | 112.44 | 0.98 | 0.53 |
| Hex | 2D | FD | F | 52 | 0 | 5E | 1 | 70 | 62 | 35 |
| Octal | 55 | 375 | 17 | 122 | 0 | 136 | 1 | 160 | 142 | 65 |
| Binary | 101101 | 11111101 | 1111 | 1010010 | 0 | 1011110 | 1 | 1110000 | 1100010 | 110101 |
Color Harmonies of #2DFD0F
Complementary color
Monochromatic Colors of #2DFD0F
Black with #2DFD0F
Text Example
Text Example
White with #2DFD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFD0F; }
p { color: rgb(45,253,15); }
H1.HeaderClassName
{
color: #2DFD0F;
}
.AnyTagClassName
{
color: #2DFD0F;
}
</style>
background-color css
<style>
a { background-color: #2DFD0F; }
a { background-color: rgb(45,253,15); }
div.DivClassName
{
background-color: #2DFD0F;
}
.BgClassName
{
background-color: #2DFD0F;
}
</style>
border-color css
<style>
span { border-color: #2DFD0F; }
span { border-color: rgb(45,253,15); }
td.TdClassName
{
border-color: #2DFD0F;
}
.TagClassName
{
border-color: #2DFD0F;
}
</style>