Shades of Harlequin #3CE214
Tints of Harlequin #3CE214
RGB
CMYK
RGB Variations
Color information
#3CE214 (or 0x3CE214) is known color: Harlequin. HEX triplet: 3C, E2 and 14. RGB value is (60,226,20). Sum of RGB (Red+Green+Blue) = 60+226+20=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 226 (88.67% from 255 or 73.86% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 226 - color contains mainly: green. Hex color #3CE214 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE214 is #C31DEB. Grayscale: #999999. Windows color (decimal): -12787180 or 1368636. OLE color: 1368636.
HSL color Cylindrical-coordinate representation of color #3CE214: hue angle of 108.35º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CE214 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 226 | 20 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.11 |
| HSL | 108.35º | 0.84% | 0.48% | - |
| HSV(B) | 108.35º | 0.91% | 0.89% | - |
| XYZ | 29.19 | 55.4 | 9.82 | - |
| YUV | 152.88 | 53 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 226 | 20 | 0.73 | 0 | 0.91 | 0.11 | 108.35 | 0.84 | 0.48 |
| Hex | 3C | E2 | 14 | 49 | 0 | 5B | B | 6C | 54 | 30 |
| Octal | 74 | 342 | 24 | 111 | 0 | 133 | 13 | 154 | 124 | 60 |
| Binary | 111100 | 11100010 | 10100 | 1001001 | 0 | 1011011 | 1011 | 1101100 | 1010100 | 110000 |
Color Harmonies of #3CE214
Complementary color
Monochromatic Colors of #3CE214
Black with #3CE214
Text Example
Text Example
White with #3CE214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE214; }
p { color: rgb(60,226,20); }
H1.HeaderClassName
{
color: #3CE214;
}
.AnyTagClassName
{
color: #3CE214;
}
</style>
background-color css
<style>
a { background-color: #3CE214; }
a { background-color: rgb(60,226,20); }
div.DivClassName
{
background-color: #3CE214;
}
.BgClassName
{
background-color: #3CE214;
}
</style>
border-color css
<style>
span { border-color: #3CE214; }
span { border-color: rgb(60,226,20); }
td.TdClassName
{
border-color: #3CE214;
}
.TagClassName
{
border-color: #3CE214;
}
</style>