Shades of Harlequin #2CE40F
Tints of Harlequin #2CE40F
RGB
CMYK
RGB Variations
Color information
#2CE40F (or 0x2CE40F) is known color: Harlequin. HEX triplet: 2C, E4 and 0F. RGB value is (44,228,15). Sum of RGB (Red+Green+Blue) = 44+228+15=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 228 (89.45% from 255 or 79.44% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 228 - color contains mainly: green. Hex color #2CE40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE40F is #D31BF0. Grayscale: #959595. Windows color (decimal): -13835249 or 1041452. OLE color: 1041452.
HSL color Cylindrical-coordinate representation of color #2CE40F: hue angle of 111.83º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CE40F is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 228 | 15 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.11 |
| HSL | 111.83º | 0.88% | 0.48% | - |
| HSV(B) | 111.83º | 0.93% | 0.89% | - |
| XYZ | 28.87 | 56.06 | 9.75 | - |
| YUV | 148.7 | 52.54 | 53.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 228 | 15 | 0.81 | 0 | 0.93 | 0.11 | 111.83 | 0.88 | 0.48 |
| Hex | 2C | E4 | F | 51 | 0 | 5D | B | 70 | 58 | 30 |
| Octal | 54 | 344 | 17 | 121 | 0 | 135 | 13 | 160 | 130 | 60 |
| Binary | 101100 | 11100100 | 1111 | 1010001 | 0 | 1011101 | 1011 | 1110000 | 1011000 | 110000 |
Color Harmonies of #2CE40F
Complementary color
Monochromatic Colors of #2CE40F
Black with #2CE40F
Text Example
Text Example
White with #2CE40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE40F; }
p { color: rgb(44,228,15); }
H1.HeaderClassName
{
color: #2CE40F;
}
.AnyTagClassName
{
color: #2CE40F;
}
</style>
background-color css
<style>
a { background-color: #2CE40F; }
a { background-color: rgb(44,228,15); }
div.DivClassName
{
background-color: #2CE40F;
}
.BgClassName
{
background-color: #2CE40F;
}
</style>
border-color css
<style>
span { border-color: #2CE40F; }
span { border-color: rgb(44,228,15); }
td.TdClassName
{
border-color: #2CE40F;
}
.TagClassName
{
border-color: #2CE40F;
}
</style>