Shades of Harlequin #2DFC07
Tints of Harlequin #2DFC07
RGB
CMYK
RGB Variations
Color information
#2DFC07 (or 0x2DFC07) is known color: Harlequin. HEX triplet: 2D, FC and 07. RGB value is (45,252,7). Sum of RGB (Red+Green+Blue) = 45+252+7=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 252 (98.83% from 255 or 82.89% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DFC07 is #D203F8. Grayscale: #A2A2A2. Windows color (decimal): -13763577 or 523309. OLE color: 523309.
HSL color Cylindrical-coordinate representation of color #2DFC07: hue angle of 110.69º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2DFC07 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 252 | 7 | - |
| CMYK | 0.82 | 0 | 0.97 | 0.01 |
| HSL | 110.69º | 0.98% | 0.51% | - |
| HSV(B) | 110.69º | 0.97% | 0.99% | - |
| XYZ | 35.93 | 70.19 | 11.86 | - |
| YUV | 162.18 | 40.42 | 44.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 252 | 7 | 0.82 | 0 | 0.97 | 0.01 | 110.69 | 0.98 | 0.51 |
| Hex | 2D | FC | 7 | 52 | 0 | 61 | 1 | 6F | 62 | 33 |
| Octal | 55 | 374 | 7 | 122 | 0 | 141 | 1 | 157 | 142 | 63 |
| Binary | 101101 | 11111100 | 111 | 1010010 | 0 | 1100001 | 1 | 1101111 | 1100010 | 110011 |
Color Harmonies of #2DFC07
Complementary color
Monochromatic Colors of #2DFC07
Black with #2DFC07
Text Example
Text Example
White with #2DFC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFC07; }
p { color: rgb(45,252,7); }
H1.HeaderClassName
{
color: #2DFC07;
}
.AnyTagClassName
{
color: #2DFC07;
}
</style>
background-color css
<style>
a { background-color: #2DFC07; }
a { background-color: rgb(45,252,7); }
div.DivClassName
{
background-color: #2DFC07;
}
.BgClassName
{
background-color: #2DFC07;
}
</style>
border-color css
<style>
span { border-color: #2DFC07; }
span { border-color: rgb(45,252,7); }
td.TdClassName
{
border-color: #2DFC07;
}
.TagClassName
{
border-color: #2DFC07;
}
</style>