Shades of Harlequin #2CE405
Tints of Harlequin #2CE405
RGB
CMYK
RGB Variations
Color information
#2CE405 (or 0x2CE405) is known color: Harlequin. HEX triplet: 2C, E4 and 05. RGB value is (44,228,5). Sum of RGB (Red+Green+Blue) = 44+228+5=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 228 (89.45% from 255 or 82.31% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 228 - color contains mainly: green. Hex color #2CE405 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE405 is #D31BFA. Grayscale: #949494. Windows color (decimal): -13835259 or 386092. OLE color: 386092.
HSL color Cylindrical-coordinate representation of color #2CE405: hue angle of 109.51º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2CE405 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 228 | 5 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.11 |
| HSL | 109.51º | 0.96% | 0.46% | - |
| HSV(B) | 109.51º | 0.98% | 0.89% | - |
| XYZ | 28.81 | 56.03 | 9.44 | - |
| YUV | 147.56 | 47.54 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 228 | 5 | 0.81 | 0 | 0.98 | 0.11 | 109.51 | 0.96 | 0.46 |
| Hex | 2C | E4 | 5 | 51 | 0 | 62 | B | 6E | 60 | 2E |
| Octal | 54 | 344 | 5 | 121 | 0 | 142 | 13 | 156 | 140 | 56 |
| Binary | 101100 | 11100100 | 101 | 1010001 | 0 | 1100010 | 1011 | 1101110 | 1100000 | 101110 |
Color Harmonies of #2CE405
Complementary color
Monochromatic Colors of #2CE405
Black with #2CE405
Text Example
Text Example
White with #2CE405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE405; }
p { color: rgb(44,228,5); }
H1.HeaderClassName
{
color: #2CE405;
}
.AnyTagClassName
{
color: #2CE405;
}
</style>
background-color css
<style>
a { background-color: #2CE405; }
a { background-color: rgb(44,228,5); }
div.DivClassName
{
background-color: #2CE405;
}
.BgClassName
{
background-color: #2CE405;
}
</style>
border-color css
<style>
span { border-color: #2CE405; }
span { border-color: rgb(44,228,5); }
td.TdClassName
{
border-color: #2CE405;
}
.TagClassName
{
border-color: #2CE405;
}
</style>