Shades of Harlequin #2CD900
Tints of Harlequin #2CD900
RGB
CMYK
RGB Variations
Color information
#2CD900 (or 0x2CD900) is known color: Harlequin. HEX triplet: 2C, D9 and 00. RGB value is (44,217,0). Sum of RGB (Red+Green+Blue) = 44+217+0=261 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.86% from 261); Green value is 217 (85.16% from 255 or 83.14% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 217 - color contains mainly: green. Hex color #2CD900 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD900 is #D326FF. Grayscale: #8D8D8D. Windows color (decimal): -13838080 or 55596. OLE color: 55596.
HSL color Cylindrical-coordinate representation of color #2CD900: hue angle of 107.83º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2CD900 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 217 | 0 | - |
| CMYK | 0.80 | 0 | 1 | 0.15 |
| HSL | 107.83º | 1% | 0.43% | - |
| HSV(B) | 107.83º | 1% | 0.85% | - |
| XYZ | 25.85 | 50.16 | 8.32 | - |
| YUV | 140.54 | 48.69 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 217 | 0 | 0.80 | 0 | 1 | 0.15 | 107.83 | 1 | 0.43 |
| Hex | 2C | D9 | 0 | 50 | 0 | 64 | F | 6C | 64 | 2B |
| Octal | 54 | 331 | 0 | 120 | 0 | 144 | 17 | 154 | 144 | 53 |
| Binary | 101100 | 11011001 | 0 | 1010000 | 0 | 1100100 | 1111 | 1101100 | 1100100 | 101011 |
Color Harmonies of #2CD900
Complementary color
Monochromatic Colors of #2CD900
Black with #2CD900
Text Example
Text Example
White with #2CD900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD900; }
p { color: rgb(44,217,0); }
H1.HeaderClassName
{
color: #2CD900;
}
.AnyTagClassName
{
color: #2CD900;
}
</style>
background-color css
<style>
a { background-color: #2CD900; }
a { background-color: rgb(44,217,0); }
div.DivClassName
{
background-color: #2CD900;
}
.BgClassName
{
background-color: #2CD900;
}
</style>
border-color css
<style>
span { border-color: #2CD900; }
span { border-color: rgb(44,217,0); }
td.TdClassName
{
border-color: #2CD900;
}
.TagClassName
{
border-color: #2CD900;
}
</style>