Shades of Harlequin #3CE10C
Tints of Harlequin #3CE10C
RGB
CMYK
RGB Variations
Color information
#3CE10C (or 0x3CE10C) is known color: Harlequin. HEX triplet: 3C, E1 and 0C. RGB value is (60,225,12). Sum of RGB (Red+Green+Blue) = 60+225+12=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 225 (88.28% from 255 or 75.76% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE10C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE10C is #C31EF3. Grayscale: #989898. Windows color (decimal): -12787444 or 844092. OLE color: 844092.
HSL color Cylindrical-coordinate representation of color #3CE10C: hue angle of 106.48º 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 #3CE10C is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 225 | 12 | - |
| CMYK | 0.73 | 0 | 0.95 | 0.12 |
| HSL | 106.48º | 0.9% | 0.46% | - |
| HSV(B) | 106.48º | 0.95% | 0.88% | - |
| XYZ | 28.86 | 54.84 | 9.41 | - |
| YUV | 151.38 | 49.34 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 225 | 12 | 0.73 | 0 | 0.95 | 0.12 | 106.48 | 0.9 | 0.46 |
| Hex | 3C | E1 | C | 49 | 0 | 5F | C | 6A | 5A | 2E |
| Octal | 74 | 341 | 14 | 111 | 0 | 137 | 14 | 152 | 132 | 56 |
| Binary | 111100 | 11100001 | 1100 | 1001001 | 0 | 1011111 | 1100 | 1101010 | 1011010 | 101110 |
Color Harmonies of #3CE10C
Complementary color
Monochromatic Colors of #3CE10C
Black with #3CE10C
Text Example
Text Example
White with #3CE10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE10C; }
p { color: rgb(60,225,12); }
H1.HeaderClassName
{
color: #3CE10C;
}
.AnyTagClassName
{
color: #3CE10C;
}
</style>
background-color css
<style>
a { background-color: #3CE10C; }
a { background-color: rgb(60,225,12); }
div.DivClassName
{
background-color: #3CE10C;
}
.BgClassName
{
background-color: #3CE10C;
}
</style>
border-color css
<style>
span { border-color: #3CE10C; }
span { border-color: rgb(60,225,12); }
td.TdClassName
{
border-color: #3CE10C;
}
.TagClassName
{
border-color: #3CE10C;
}
</style>