Shades of Harlequin #2CF300
Tints of Harlequin #2CF300
RGB
CMYK
RGB Variations
Color information
#2CF300 (or 0x2CF300) is known color: Harlequin. HEX triplet: 2C, F3 and 00. RGB value is (44,243,0). Sum of RGB (Red+Green+Blue) = 44+243+0=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 243 (95.31% from 255 or 84.67% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF300 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF300 is #D30CFF. Grayscale: #9C9C9C. Windows color (decimal): -13831424 or 62252. OLE color: 62252.
HSL color Cylindrical-coordinate representation of color #2CF300: hue angle of 109.14º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2CF300 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 243 | 0 | - |
| CMYK | 0.82 | 0 | 1 | 0.05 |
| HSL | 109.14º | 1% | 0.48% | - |
| HSV(B) | 109.14º | 1% | 0.95% | - |
| XYZ | 33.09 | 64.64 | 10.73 | - |
| YUV | 155.8 | 40.07 | 48.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 243 | 0 | 0.82 | 0 | 1 | 0.05 | 109.14 | 1 | 0.48 |
| Hex | 2C | F3 | 0 | 52 | 0 | 64 | 5 | 6D | 64 | 30 |
| Octal | 54 | 363 | 0 | 122 | 0 | 144 | 5 | 155 | 144 | 60 |
| Binary | 101100 | 11110011 | 0 | 1010010 | 0 | 1100100 | 101 | 1101101 | 1100100 | 110000 |
Color Harmonies of #2CF300
Complementary color
Monochromatic Colors of #2CF300
Black with #2CF300
Text Example
Text Example
White with #2CF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF300; }
p { color: rgb(44,243,0); }
H1.HeaderClassName
{
color: #2CF300;
}
.AnyTagClassName
{
color: #2CF300;
}
</style>
background-color css
<style>
a { background-color: #2CF300; }
a { background-color: rgb(44,243,0); }
div.DivClassName
{
background-color: #2CF300;
}
.BgClassName
{
background-color: #2CF300;
}
</style>
border-color css
<style>
span { border-color: #2CF300; }
span { border-color: rgb(44,243,0); }
td.TdClassName
{
border-color: #2CF300;
}
.TagClassName
{
border-color: #2CF300;
}
</style>