Shades of Harlequin #2CF900
Tints of Harlequin #2CF900
RGB
CMYK
RGB Variations
Color information
#2CF900 (or 0x2CF900) is known color: Harlequin. HEX triplet: 2C, F9 and 00. RGB value is (44,249,0). Sum of RGB (Red+Green+Blue) = 44+249+0=293 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.02% from 293); Green value is 249 (97.66% from 255 or 84.98% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF900 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF900 is #D306FF. Grayscale: #A0A0A0. Windows color (decimal): -13829888 or 63788. OLE color: 63788.
HSL color Cylindrical-coordinate representation of color #2CF900: hue angle of 109.4º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2CF900 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 249 | 0 | - |
| CMYK | 0.82 | 0 | 1 | 0.02 |
| HSL | 109.4º | 1% | 0.49% | - |
| HSV(B) | 109.4º | 1% | 0.98% | - |
| XYZ | 34.91 | 68.29 | 11.34 | - |
| YUV | 159.32 | 38.08 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 249 | 0 | 0.82 | 0 | 1 | 0.02 | 109.4 | 1 | 0.49 |
| Hex | 2C | F9 | 0 | 52 | 0 | 64 | 2 | 6D | 64 | 31 |
| Octal | 54 | 371 | 0 | 122 | 0 | 144 | 2 | 155 | 144 | 61 |
| Binary | 101100 | 11111001 | 0 | 1010010 | 0 | 1100100 | 10 | 1101101 | 1100100 | 110001 |
Color Harmonies of #2CF900
Complementary color
Monochromatic Colors of #2CF900
Black with #2CF900
Text Example
Text Example
White with #2CF900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF900; }
p { color: rgb(44,249,0); }
H1.HeaderClassName
{
color: #2CF900;
}
.AnyTagClassName
{
color: #2CF900;
}
</style>
background-color css
<style>
a { background-color: #2CF900; }
a { background-color: rgb(44,249,0); }
div.DivClassName
{
background-color: #2CF900;
}
.BgClassName
{
background-color: #2CF900;
}
</style>
border-color css
<style>
span { border-color: #2CF900; }
span { border-color: rgb(44,249,0); }
td.TdClassName
{
border-color: #2CF900;
}
.TagClassName
{
border-color: #2CF900;
}
</style>