Shades of Harlequin #2CE509
Tints of Harlequin #2CE509
RGB
CMYK
RGB Variations
Color information
#2CE509 (or 0x2CE509) is known color: Harlequin. HEX triplet: 2C, E5 and 09. RGB value is (44,229,9). Sum of RGB (Red+Green+Blue) = 44+229+9=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 229 (89.84% from 255 or 81.21% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE509 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE509 is #D31AF6. Grayscale: #959595. Windows color (decimal): -13834999 or 648492. OLE color: 648492.
HSL color Cylindrical-coordinate representation of color #2CE509: hue angle of 110.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2CE509 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 229 | 9 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.10 |
| HSL | 110.45º | 0.92% | 0.47% | - |
| HSV(B) | 110.45º | 0.96% | 0.9% | - |
| XYZ | 29.11 | 56.59 | 9.65 | - |
| YUV | 148.61 | 49.21 | 53.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 229 | 9 | 0.81 | 0 | 0.96 | 0.10 | 110.45 | 0.92 | 0.47 |
| Hex | 2C | E5 | 9 | 51 | 0 | 60 | A | 6E | 5C | 2F |
| Octal | 54 | 345 | 11 | 121 | 0 | 140 | 12 | 156 | 134 | 57 |
| Binary | 101100 | 11100101 | 1001 | 1010001 | 0 | 1100000 | 1010 | 1101110 | 1011100 | 101111 |
Color Harmonies of #2CE509
Complementary color
Monochromatic Colors of #2CE509
Black with #2CE509
Text Example
Text Example
White with #2CE509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE509; }
p { color: rgb(44,229,9); }
H1.HeaderClassName
{
color: #2CE509;
}
.AnyTagClassName
{
color: #2CE509;
}
</style>
background-color css
<style>
a { background-color: #2CE509; }
a { background-color: rgb(44,229,9); }
div.DivClassName
{
background-color: #2CE509;
}
.BgClassName
{
background-color: #2CE509;
}
</style>
border-color css
<style>
span { border-color: #2CE509; }
span { border-color: rgb(44,229,9); }
td.TdClassName
{
border-color: #2CE509;
}
.TagClassName
{
border-color: #2CE509;
}
</style>