Shades of Harlequin #2CE514
Tints of Harlequin #2CE514
RGB
CMYK
RGB Variations
Color information
#2CE514 (or 0x2CE514) is known color: Harlequin. HEX triplet: 2C, E5 and 14. RGB value is (44,229,20). Sum of RGB (Red+Green+Blue) = 44+229+20=293 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.02% from 293); Green value is 229 (89.84% from 255 or 78.16% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE514 is #D31AEB. Grayscale: #969696. Windows color (decimal): -13834988 or 1369388. OLE color: 1369388.
HSL color Cylindrical-coordinate representation of color #2CE514: hue angle of 113.11º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CE514 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 229 | 20 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.10 |
| HSL | 113.11º | 0.84% | 0.49% | - |
| HSV(B) | 113.11º | 0.91% | 0.9% | - |
| XYZ | 29.18 | 56.62 | 10.05 | - |
| YUV | 149.86 | 54.71 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 229 | 20 | 0.81 | 0 | 0.91 | 0.10 | 113.11 | 0.84 | 0.49 |
| Hex | 2C | E5 | 14 | 51 | 0 | 5B | A | 71 | 54 | 31 |
| Octal | 54 | 345 | 24 | 121 | 0 | 133 | 12 | 161 | 124 | 61 |
| Binary | 101100 | 11100101 | 10100 | 1010001 | 0 | 1011011 | 1010 | 1110001 | 1010100 | 110001 |
Color Harmonies of #2CE514
Complementary color
Monochromatic Colors of #2CE514
Black with #2CE514
Text Example
Text Example
White with #2CE514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE514; }
p { color: rgb(44,229,20); }
H1.HeaderClassName
{
color: #2CE514;
}
.AnyTagClassName
{
color: #2CE514;
}
</style>
background-color css
<style>
a { background-color: #2CE514; }
a { background-color: rgb(44,229,20); }
div.DivClassName
{
background-color: #2CE514;
}
.BgClassName
{
background-color: #2CE514;
}
</style>
border-color css
<style>
span { border-color: #2CE514; }
span { border-color: rgb(44,229,20); }
td.TdClassName
{
border-color: #2CE514;
}
.TagClassName
{
border-color: #2CE514;
}
</style>