Shades of Harlequin #2CF20C
Tints of Harlequin #2CF20C
RGB
CMYK
RGB Variations
Color information
#2CF20C (or 0x2CF20C) is known color: Harlequin. HEX triplet: 2C, F2 and 0C. RGB value is (44,242,12). Sum of RGB (Red+Green+Blue) = 44+242+12=298 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.77% from 298); Green value is 242 (94.92% from 255 or 81.21% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 242 - color contains mainly: green. Hex color #2CF20C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF20C is #D30DF3. Grayscale: #9D9D9D. Windows color (decimal): -13831668 or 848428. OLE color: 848428.
HSL color Cylindrical-coordinate representation of color #2CF20C: hue angle of 111.65º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2CF20C is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 242 | 12 | - |
| CMYK | 0.82 | 0 | 0.95 | 0.05 |
| HSL | 111.65º | 0.91% | 0.5% | - |
| HSV(B) | 111.65º | 0.95% | 0.95% | - |
| XYZ | 32.86 | 64.07 | 10.98 | - |
| YUV | 156.58 | 46.4 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 242 | 12 | 0.82 | 0 | 0.95 | 0.05 | 111.65 | 0.91 | 0.5 |
| Hex | 2C | F2 | C | 52 | 0 | 5F | 5 | 70 | 5B | 32 |
| Octal | 54 | 362 | 14 | 122 | 0 | 137 | 5 | 160 | 133 | 62 |
| Binary | 101100 | 11110010 | 1100 | 1010010 | 0 | 1011111 | 101 | 1110000 | 1011011 | 110010 |
Color Harmonies of #2CF20C
Complementary color
Monochromatic Colors of #2CF20C
Black with #2CF20C
Text Example
Text Example
White with #2CF20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF20C; }
p { color: rgb(44,242,12); }
H1.HeaderClassName
{
color: #2CF20C;
}
.AnyTagClassName
{
color: #2CF20C;
}
</style>
background-color css
<style>
a { background-color: #2CF20C; }
a { background-color: rgb(44,242,12); }
div.DivClassName
{
background-color: #2CF20C;
}
.BgClassName
{
background-color: #2CF20C;
}
</style>
border-color css
<style>
span { border-color: #2CF20C; }
span { border-color: rgb(44,242,12); }
td.TdClassName
{
border-color: #2CF20C;
}
.TagClassName
{
border-color: #2CF20C;
}
</style>