Shades of Harlequin #2CFB15
Tints of Harlequin #2CFB15
RGB
CMYK
RGB Variations
Color information
#2CFB15 (or 0x2CFB15) is known color: Harlequin. HEX triplet: 2C, FB and 15. RGB value is (44,251,21). Sum of RGB (Red+Green+Blue) = 44+251+21=316 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.92% from 316); Green value is 251 (98.44% from 255 or 79.43% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 251 - color contains mainly: green. Hex color #2CFB15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CFB15 is #D304EA. Grayscale: #A3A3A3. Windows color (decimal): -13829355 or 1440556. OLE color: 1440556.
HSL color Cylindrical-coordinate representation of color #2CFB15: hue angle of 114º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2CFB15 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 251 | 21 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.02 |
| HSL | 114º | 0.97% | 0.53% | - |
| HSV(B) | 114º | 0.92% | 0.98% | - |
| XYZ | 35.67 | 69.58 | 12.26 | - |
| YUV | 162.89 | 47.92 | 43.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 251 | 21 | 0.82 | 0 | 0.92 | 0.02 | 114 | 0.97 | 0.53 |
| Hex | 2C | FB | 15 | 52 | 0 | 5C | 2 | 72 | 61 | 35 |
| Octal | 54 | 373 | 25 | 122 | 0 | 134 | 2 | 162 | 141 | 65 |
| Binary | 101100 | 11111011 | 10101 | 1010010 | 0 | 1011100 | 10 | 1110010 | 1100001 | 110101 |
Color Harmonies of #2CFB15
Complementary color
Monochromatic Colors of #2CFB15
Black with #2CFB15
Text Example
Text Example
White with #2CFB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFB15; }
p { color: rgb(44,251,21); }
H1.HeaderClassName
{
color: #2CFB15;
}
.AnyTagClassName
{
color: #2CFB15;
}
</style>
background-color css
<style>
a { background-color: #2CFB15; }
a { background-color: rgb(44,251,21); }
div.DivClassName
{
background-color: #2CFB15;
}
.BgClassName
{
background-color: #2CFB15;
}
</style>
border-color css
<style>
span { border-color: #2CFB15; }
span { border-color: rgb(44,251,21); }
td.TdClassName
{
border-color: #2CFB15;
}
.TagClassName
{
border-color: #2CFB15;
}
</style>