Shades of Harlequin #2CFB02
Tints of Harlequin #2CFB02
RGB
CMYK
RGB Variations
Color information
#2CFB02 (or 0x2CFB02) is known color: Harlequin. HEX triplet: 2C, FB and 02. RGB value is (44,251,2). Sum of RGB (Red+Green+Blue) = 44+251+2=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 251 (98.44% from 255 or 84.51% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 251 - color contains mainly: green. Hex color #2CFB02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CFB02 is #D304FD. Grayscale: #A1A1A1. Windows color (decimal): -13829374 or 195372. OLE color: 195372.
HSL color Cylindrical-coordinate representation of color #2CFB02: hue angle of 109.88º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2CFB02 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 251 | 2 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.02 |
| HSL | 109.88º | 0.98% | 0.5% | - |
| HSV(B) | 109.88º | 0.99% | 0.98% | - |
| XYZ | 35.55 | 69.53 | 11.61 | - |
| YUV | 160.72 | 38.42 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 251 | 2 | 0.82 | 0 | 0.99 | 0.02 | 109.88 | 0.98 | 0.5 |
| Hex | 2C | FB | 2 | 52 | 0 | 63 | 2 | 6E | 62 | 32 |
| Octal | 54 | 373 | 2 | 122 | 0 | 143 | 2 | 156 | 142 | 62 |
| Binary | 101100 | 11111011 | 10 | 1010010 | 0 | 1100011 | 10 | 1101110 | 1100010 | 110010 |
Color Harmonies of #2CFB02
Complementary color
Monochromatic Colors of #2CFB02
Black with #2CFB02
Text Example
Text Example
White with #2CFB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFB02; }
p { color: rgb(44,251,2); }
H1.HeaderClassName
{
color: #2CFB02;
}
.AnyTagClassName
{
color: #2CFB02;
}
</style>
background-color css
<style>
a { background-color: #2CFB02; }
a { background-color: rgb(44,251,2); }
div.DivClassName
{
background-color: #2CFB02;
}
.BgClassName
{
background-color: #2CFB02;
}
</style>
border-color css
<style>
span { border-color: #2CFB02; }
span { border-color: rgb(44,251,2); }
td.TdClassName
{
border-color: #2CFB02;
}
.TagClassName
{
border-color: #2CFB02;
}
</style>