Shades of Harlequin #2DFC0F
Tints of Harlequin #2DFC0F
RGB
CMYK
RGB Variations
Color information
#2DFC0F (or 0x2DFC0F) is known color: Harlequin. HEX triplet: 2D, FC and 0F. RGB value is (45,252,15). Sum of RGB (Red+Green+Blue) = 45+252+15=312 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.42% from 312); Green value is 252 (98.83% from 255 or 80.77% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DFC0F is #D203F0. Grayscale: #A3A3A3. Windows color (decimal): -13763569 or 1047597. OLE color: 1047597.
HSL color Cylindrical-coordinate representation of color #2DFC0F: hue angle of 112.41º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2DFC0F is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 252 | 15 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.01 |
| HSL | 112.41º | 0.98% | 0.52% | - |
| HSV(B) | 112.41º | 0.94% | 0.99% | - |
| XYZ | 35.98 | 70.21 | 12.11 | - |
| YUV | 163.09 | 44.42 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 252 | 15 | 0.82 | 0 | 0.94 | 0.01 | 112.41 | 0.98 | 0.52 |
| Hex | 2D | FC | F | 52 | 0 | 5E | 1 | 70 | 62 | 34 |
| Octal | 55 | 374 | 17 | 122 | 0 | 136 | 1 | 160 | 142 | 64 |
| Binary | 101101 | 11111100 | 1111 | 1010010 | 0 | 1011110 | 1 | 1110000 | 1100010 | 110100 |
Color Harmonies of #2DFC0F
Complementary color
Monochromatic Colors of #2DFC0F
Black with #2DFC0F
Text Example
Text Example
White with #2DFC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFC0F; }
p { color: rgb(45,252,15); }
H1.HeaderClassName
{
color: #2DFC0F;
}
.AnyTagClassName
{
color: #2DFC0F;
}
</style>
background-color css
<style>
a { background-color: #2DFC0F; }
a { background-color: rgb(45,252,15); }
div.DivClassName
{
background-color: #2DFC0F;
}
.BgClassName
{
background-color: #2DFC0F;
}
</style>
border-color css
<style>
span { border-color: #2DFC0F; }
span { border-color: rgb(45,252,15); }
td.TdClassName
{
border-color: #2DFC0F;
}
.TagClassName
{
border-color: #2DFC0F;
}
</style>