Shades of Harlequin #2CFE0E
Tints of Harlequin #2CFE0E
RGB
CMYK
RGB Variations
Color information
#2CFE0E (or 0x2CFE0E) is known color: Harlequin. HEX triplet: 2C, FE and 0E. RGB value is (44,254,14). Sum of RGB (Red+Green+Blue) = 44+254+14=312 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.10% from 312); Green value is 254 (99.61% from 255 or 81.41% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 254 - color contains mainly: green. Hex color #2CFE0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CFE0E is #D301F1. Grayscale: #A4A4A4. Windows color (decimal): -13828594 or 982572. OLE color: 982572.
HSL color Cylindrical-coordinate representation of color #2CFE0E: hue angle of 112.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2CFE0E is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 44 | 254 | 14 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.00 |
| HSL | 112.5º | 0.99% | 0.53% | - |
| HSV(B) | 112.5º | 0.94% | 1% | - |
| XYZ | 36.56 | 71.45 | 12.28 | - |
| YUV | 163.85 | 43.43 | 42.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 254 | 14 | 0.83 | 0 | 0.94 | 0.00 | 112.5 | 0.99 | 0.53 |
| Hex | 2C | FE | E | 53 | 0 | 5E | 0 | 70 | 63 | 35 |
| Octal | 54 | 376 | 16 | 123 | 0 | 136 | 0 | 160 | 143 | 65 |
| Binary | 101100 | 11111110 | 1110 | 1010011 | 0 | 1011110 | 0 | 1110000 | 1100011 | 110101 |
Color Harmonies of #2CFE0E
Complementary color
Monochromatic Colors of #2CFE0E
Black with #2CFE0E
Text Example
Text Example
White with #2CFE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFE0E; }
p { color: rgb(44,254,14); }
H1.HeaderClassName
{
color: #2CFE0E;
}
.AnyTagClassName
{
color: #2CFE0E;
}
</style>
background-color css
<style>
a { background-color: #2CFE0E; }
a { background-color: rgb(44,254,14); }
div.DivClassName
{
background-color: #2CFE0E;
}
.BgClassName
{
background-color: #2CFE0E;
}
</style>
border-color css
<style>
span { border-color: #2CFE0E; }
span { border-color: rgb(44,254,14); }
td.TdClassName
{
border-color: #2CFE0E;
}
.TagClassName
{
border-color: #2CFE0E;
}
</style>