Shades of Harlequin #2CE10C
Tints of Harlequin #2CE10C
RGB
CMYK
RGB Variations
Color information
#2CE10C (or 0x2CE10C) is known color: Harlequin. HEX triplet: 2C, E1 and 0C. RGB value is (44,225,12). Sum of RGB (Red+Green+Blue) = 44+225+12=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 225 (88.28% from 255 or 80.07% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE10C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE10C is #D31EF3. Grayscale: #939393. Windows color (decimal): -13836020 or 844076. OLE color: 844076.
HSL color Cylindrical-coordinate representation of color #2CE10C: hue angle of 110.99º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2CE10C is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 225 | 12 | - |
| CMYK | 0.80 | 0 | 0.95 | 0.12 |
| HSL | 110.99º | 0.9% | 0.46% | - |
| HSV(B) | 110.99º | 0.95% | 0.88% | - |
| XYZ | 28.03 | 54.41 | 9.37 | - |
| YUV | 146.6 | 52.03 | 54.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 225 | 12 | 0.80 | 0 | 0.95 | 0.12 | 110.99 | 0.9 | 0.46 |
| Hex | 2C | E1 | C | 50 | 0 | 5F | C | 6F | 5A | 2E |
| Octal | 54 | 341 | 14 | 120 | 0 | 137 | 14 | 157 | 132 | 56 |
| Binary | 101100 | 11100001 | 1100 | 1010000 | 0 | 1011111 | 1100 | 1101111 | 1011010 | 101110 |
Color Harmonies of #2CE10C
Complementary color
Monochromatic Colors of #2CE10C
Black with #2CE10C
Text Example
Text Example
White with #2CE10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE10C; }
p { color: rgb(44,225,12); }
H1.HeaderClassName
{
color: #2CE10C;
}
.AnyTagClassName
{
color: #2CE10C;
}
</style>
background-color css
<style>
a { background-color: #2CE10C; }
a { background-color: rgb(44,225,12); }
div.DivClassName
{
background-color: #2CE10C;
}
.BgClassName
{
background-color: #2CE10C;
}
</style>
border-color css
<style>
span { border-color: #2CE10C; }
span { border-color: rgb(44,225,12); }
td.TdClassName
{
border-color: #2CE10C;
}
.TagClassName
{
border-color: #2CE10C;
}
</style>