Shades of Harlequin #2CF802
Tints of Harlequin #2CF802
RGB
CMYK
RGB Variations
Color information
#2CF802 (or 0x2CF802) is known color: Harlequin. HEX triplet: 2C, F8 and 02. RGB value is (44,248,2). Sum of RGB (Red+Green+Blue) = 44+248+2=294 (38% of max value = 765). Red value is 44 (17.58% from 255 or 14.97% from 294); Green value is 248 (97.27% from 255 or 84.35% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 248 - color contains mainly: green. Hex color #2CF802 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF802 is #D307FD. Grayscale: #9F9F9F. Windows color (decimal): -13830142 or 194604. OLE color: 194604.
HSL color Cylindrical-coordinate representation of color #2CF802: hue angle of 109.76º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2CF802 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 44 | 248 | 2 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.03 |
| HSL | 109.76º | 0.98% | 0.49% | - |
| HSV(B) | 109.76º | 0.99% | 0.97% | - |
| XYZ | 34.62 | 67.67 | 11.3 | - |
| YUV | 158.96 | 39.41 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 248 | 2 | 0.82 | 0 | 0.99 | 0.03 | 109.76 | 0.98 | 0.49 |
| Hex | 2C | F8 | 2 | 52 | 0 | 63 | 3 | 6E | 62 | 31 |
| Octal | 54 | 370 | 2 | 122 | 0 | 143 | 3 | 156 | 142 | 61 |
| Binary | 101100 | 11111000 | 10 | 1010010 | 0 | 1100011 | 11 | 1101110 | 1100010 | 110001 |
Color Harmonies of #2CF802
Complementary color
Monochromatic Colors of #2CF802
Black with #2CF802
Text Example
Text Example
White with #2CF802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF802; }
p { color: rgb(44,248,2); }
H1.HeaderClassName
{
color: #2CF802;
}
.AnyTagClassName
{
color: #2CF802;
}
</style>
background-color css
<style>
a { background-color: #2CF802; }
a { background-color: rgb(44,248,2); }
div.DivClassName
{
background-color: #2CF802;
}
.BgClassName
{
background-color: #2CF802;
}
</style>
border-color css
<style>
span { border-color: #2CF802; }
span { border-color: rgb(44,248,2); }
td.TdClassName
{
border-color: #2CF802;
}
.TagClassName
{
border-color: #2CF802;
}
</style>