Shades of Harlequin #2CF306
Tints of Harlequin #2CF306
RGB
CMYK
RGB Variations
Color information
#2CF306 (or 0x2CF306) is known color: Harlequin. HEX triplet: 2C, F3 and 06. RGB value is (44,243,6). Sum of RGB (Red+Green+Blue) = 44+243+6=293 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.02% from 293); Green value is 243 (95.31% from 255 or 82.94% from 293); Blue value is 6 (2.73% from 255 or 2.05% from 293); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF306 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF306 is #D30CF9. Grayscale: #9D9D9D. Windows color (decimal): -13831418 or 455468. OLE color: 455468.
HSL color Cylindrical-coordinate representation of color #2CF306: hue angle of 110.38º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2CF306 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 243 | 6 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.05 |
| HSL | 110.38º | 0.95% | 0.49% | - |
| HSV(B) | 110.38º | 0.98% | 0.95% | - |
| XYZ | 33.12 | 64.65 | 10.91 | - |
| YUV | 156.48 | 43.07 | 47.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 243 | 6 | 0.82 | 0 | 0.98 | 0.05 | 110.38 | 0.95 | 0.49 |
| Hex | 2C | F3 | 6 | 52 | 0 | 62 | 5 | 6E | 5F | 31 |
| Octal | 54 | 363 | 6 | 122 | 0 | 142 | 5 | 156 | 137 | 61 |
| Binary | 101100 | 11110011 | 110 | 1010010 | 0 | 1100010 | 101 | 1101110 | 1011111 | 110001 |
Color Harmonies of #2CF306
Complementary color
Monochromatic Colors of #2CF306
Black with #2CF306
Text Example
Text Example
White with #2CF306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF306; }
p { color: rgb(44,243,6); }
H1.HeaderClassName
{
color: #2CF306;
}
.AnyTagClassName
{
color: #2CF306;
}
</style>
background-color css
<style>
a { background-color: #2CF306; }
a { background-color: rgb(44,243,6); }
div.DivClassName
{
background-color: #2CF306;
}
.BgClassName
{
background-color: #2CF306;
}
</style>
border-color css
<style>
span { border-color: #2CF306; }
span { border-color: rgb(44,243,6); }
td.TdClassName
{
border-color: #2CF306;
}
.TagClassName
{
border-color: #2CF306;
}
</style>