Shades of Harlequin #2CF907
Tints of Harlequin #2CF907
RGB
CMYK
RGB Variations
Color information
#2CF907 (or 0x2CF907) is known color: Harlequin. HEX triplet: 2C, F9 and 07. RGB value is (44,249,7). Sum of RGB (Red+Green+Blue) = 44+249+7=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 249 (97.66% from 255 or 83% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF907 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF907 is #D306F8. Grayscale: #A0A0A0. Windows color (decimal): -13829881 or 522540. OLE color: 522540.
HSL color Cylindrical-coordinate representation of color #2CF907: hue angle of 110.83º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2CF907 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 249 | 7 | - |
| CMYK | 0.82 | 0 | 0.97 | 0.02 |
| HSL | 110.83º | 0.95% | 0.5% | - |
| HSV(B) | 110.83º | 0.97% | 0.98% | - |
| XYZ | 34.95 | 68.3 | 11.54 | - |
| YUV | 160.12 | 41.58 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 249 | 7 | 0.82 | 0 | 0.97 | 0.02 | 110.83 | 0.95 | 0.5 |
| Hex | 2C | F9 | 7 | 52 | 0 | 61 | 2 | 6F | 5F | 32 |
| Octal | 54 | 371 | 7 | 122 | 0 | 141 | 2 | 157 | 137 | 62 |
| Binary | 101100 | 11111001 | 111 | 1010010 | 0 | 1100001 | 10 | 1101111 | 1011111 | 110010 |
Color Harmonies of #2CF907
Complementary color
Monochromatic Colors of #2CF907
Black with #2CF907
Text Example
Text Example
White with #2CF907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF907; }
p { color: rgb(44,249,7); }
H1.HeaderClassName
{
color: #2CF907;
}
.AnyTagClassName
{
color: #2CF907;
}
</style>
background-color css
<style>
a { background-color: #2CF907; }
a { background-color: rgb(44,249,7); }
div.DivClassName
{
background-color: #2CF907;
}
.BgClassName
{
background-color: #2CF907;
}
</style>
border-color css
<style>
span { border-color: #2CF907; }
span { border-color: rgb(44,249,7); }
td.TdClassName
{
border-color: #2CF907;
}
.TagClassName
{
border-color: #2CF907;
}
</style>