Shades of Harlequin #2CE10F
Tints of Harlequin #2CE10F
RGB
CMYK
RGB Variations
Color information
#2CE10F (or 0x2CE10F) is known color: Harlequin. HEX triplet: 2C, E1 and 0F. RGB value is (44,225,15). Sum of RGB (Red+Green+Blue) = 44+225+15=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 225 (88.28% from 255 or 79.23% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE10F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE10F is #D31EF0. Grayscale: #939393. Windows color (decimal): -13836017 or 1040684. OLE color: 1040684.
HSL color Cylindrical-coordinate representation of color #2CE10F: hue angle of 111.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CE10F is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 225 | 15 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.12 |
| HSL | 111.71º | 0.88% | 0.47% | - |
| HSV(B) | 111.71º | 0.93% | 0.88% | - |
| XYZ | 28.05 | 54.42 | 9.48 | - |
| YUV | 146.94 | 53.53 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 225 | 15 | 0.80 | 0 | 0.93 | 0.12 | 111.71 | 0.88 | 0.47 |
| Hex | 2C | E1 | F | 50 | 0 | 5D | C | 70 | 58 | 2F |
| Octal | 54 | 341 | 17 | 120 | 0 | 135 | 14 | 160 | 130 | 57 |
| Binary | 101100 | 11100001 | 1111 | 1010000 | 0 | 1011101 | 1100 | 1110000 | 1011000 | 101111 |
Color Harmonies of #2CE10F
Complementary color
Monochromatic Colors of #2CE10F
Black with #2CE10F
Text Example
Text Example
White with #2CE10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE10F; }
p { color: rgb(44,225,15); }
H1.HeaderClassName
{
color: #2CE10F;
}
.AnyTagClassName
{
color: #2CE10F;
}
</style>
background-color css
<style>
a { background-color: #2CE10F; }
a { background-color: rgb(44,225,15); }
div.DivClassName
{
background-color: #2CE10F;
}
.BgClassName
{
background-color: #2CE10F;
}
</style>
border-color css
<style>
span { border-color: #2CE10F; }
span { border-color: rgb(44,225,15); }
td.TdClassName
{
border-color: #2CE10F;
}
.TagClassName
{
border-color: #2CE10F;
}
</style>