Shades of Harlequin #2CD700
Tints of Harlequin #2CD700
RGB
CMYK
RGB Variations
Color information
#2CD700 (or 0x2CD700) is known color: Harlequin. HEX triplet: 2C, D7 and 00. RGB value is (44,215,0). Sum of RGB (Red+Green+Blue) = 44+215+0=259 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.99% from 259); Green value is 215 (84.38% from 255 or 83.01% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 215 - color contains mainly: green. Hex color #2CD700 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD700 is #D328FF. Grayscale: #8C8C8C. Windows color (decimal): -13838592 or 55084. OLE color: 55084.
HSL color Cylindrical-coordinate representation of color #2CD700: hue angle of 107.72º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2CD700 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 215 | 0 | - |
| CMYK | 0.80 | 0 | 1 | 0.16 |
| HSL | 107.72º | 1% | 0.42% | - |
| HSV(B) | 107.72º | 1% | 0.84% | - |
| XYZ | 25.34 | 49.14 | 8.15 | - |
| YUV | 139.36 | 49.35 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 215 | 0 | 0.80 | 0 | 1 | 0.16 | 107.72 | 1 | 0.42 |
| Hex | 2C | D7 | 0 | 50 | 0 | 64 | 10 | 6C | 64 | 2A |
| Octal | 54 | 327 | 0 | 120 | 0 | 144 | 20 | 154 | 144 | 52 |
| Binary | 101100 | 11010111 | 0 | 1010000 | 0 | 1100100 | 10000 | 1101100 | 1100100 | 101010 |
Color Harmonies of #2CD700
Complementary color
Monochromatic Colors of #2CD700
Black with #2CD700
Text Example
Text Example
White with #2CD700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD700; }
p { color: rgb(44,215,0); }
H1.HeaderClassName
{
color: #2CD700;
}
.AnyTagClassName
{
color: #2CD700;
}
</style>
background-color css
<style>
a { background-color: #2CD700; }
a { background-color: rgb(44,215,0); }
div.DivClassName
{
background-color: #2CD700;
}
.BgClassName
{
background-color: #2CD700;
}
</style>
border-color css
<style>
span { border-color: #2CD700; }
span { border-color: rgb(44,215,0); }
td.TdClassName
{
border-color: #2CD700;
}
.TagClassName
{
border-color: #2CD700;
}
</style>