Shades of Harlequin #2DF700
Tints of Harlequin #2DF700
RGB
CMYK
RGB Variations
Color information
#2DF700 (or 0x2DF700) is known color: Harlequin. HEX triplet: 2D, F7 and 00. RGB value is (45,247,0). Sum of RGB (Red+Green+Blue) = 45+247+0=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 247 (96.88% from 255 or 84.59% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 247 - color contains mainly: green. Hex color #2DF700 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DF700 is #D208FF. Grayscale: #9F9F9F. Windows color (decimal): -13764864 or 63277. OLE color: 63277.
HSL color Cylindrical-coordinate representation of color #2DF700: hue angle of 109.07º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2DF700 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 247 | 0 | - |
| CMYK | 0.82 | 0 | 1 | 0.03 |
| HSL | 109.07º | 1% | 0.48% | - |
| HSV(B) | 109.07º | 1% | 0.97% | - |
| XYZ | 34.34 | 67.08 | 11.14 | - |
| YUV | 158.44 | 38.58 | 47.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 247 | 0 | 0.82 | 0 | 1 | 0.03 | 109.07 | 1 | 0.48 |
| Hex | 2D | F7 | 0 | 52 | 0 | 64 | 3 | 6D | 64 | 30 |
| Octal | 55 | 367 | 0 | 122 | 0 | 144 | 3 | 155 | 144 | 60 |
| Binary | 101101 | 11110111 | 0 | 1010010 | 0 | 1100100 | 11 | 1101101 | 1100100 | 110000 |
Color Harmonies of #2DF700
Complementary color
Monochromatic Colors of #2DF700
Black with #2DF700
Text Example
Text Example
White with #2DF700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF700; }
p { color: rgb(45,247,0); }
H1.HeaderClassName
{
color: #2DF700;
}
.AnyTagClassName
{
color: #2DF700;
}
</style>
background-color css
<style>
a { background-color: #2DF700; }
a { background-color: rgb(45,247,0); }
div.DivClassName
{
background-color: #2DF700;
}
.BgClassName
{
background-color: #2DF700;
}
</style>
border-color css
<style>
span { border-color: #2DF700; }
span { border-color: rgb(45,247,0); }
td.TdClassName
{
border-color: #2DF700;
}
.TagClassName
{
border-color: #2DF700;
}
</style>