Shades of Harlequin #3CE10E
Tints of Harlequin #3CE10E
RGB
CMYK
RGB Variations
Color information
#3CE10E (or 0x3CE10E) is known color: Harlequin. HEX triplet: 3C, E1 and 0E. RGB value is (60,225,14). Sum of RGB (Red+Green+Blue) = 60+225+14=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 225 (88.28% from 255 or 75.25% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE10E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE10E is #C31EF1. Grayscale: #989898. Windows color (decimal): -12787442 or 975164. OLE color: 975164.
HSL color Cylindrical-coordinate representation of color #3CE10E: hue angle of 106.92º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3CE10E is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 225 | 14 | - |
| CMYK | 0.73 | 0 | 0.94 | 0.12 |
| HSL | 106.92º | 0.88% | 0.47% | - |
| HSV(B) | 106.92º | 0.94% | 0.88% | - |
| XYZ | 28.87 | 54.84 | 9.48 | - |
| YUV | 151.61 | 50.34 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 225 | 14 | 0.73 | 0 | 0.94 | 0.12 | 106.92 | 0.88 | 0.47 |
| Hex | 3C | E1 | E | 49 | 0 | 5E | C | 6B | 58 | 2F |
| Octal | 74 | 341 | 16 | 111 | 0 | 136 | 14 | 153 | 130 | 57 |
| Binary | 111100 | 11100001 | 1110 | 1001001 | 0 | 1011110 | 1100 | 1101011 | 1011000 | 101111 |
Color Harmonies of #3CE10E
Complementary color
Monochromatic Colors of #3CE10E
Black with #3CE10E
Text Example
Text Example
White with #3CE10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE10E; }
p { color: rgb(60,225,14); }
H1.HeaderClassName
{
color: #3CE10E;
}
.AnyTagClassName
{
color: #3CE10E;
}
</style>
background-color css
<style>
a { background-color: #3CE10E; }
a { background-color: rgb(60,225,14); }
div.DivClassName
{
background-color: #3CE10E;
}
.BgClassName
{
background-color: #3CE10E;
}
</style>
border-color css
<style>
span { border-color: #3CE10E; }
span { border-color: rgb(60,225,14); }
td.TdClassName
{
border-color: #3CE10E;
}
.TagClassName
{
border-color: #3CE10E;
}
</style>