Shades of Harlequin #3CE313
Tints of Harlequin #3CE313
RGB
CMYK
RGB Variations
Color information
#3CE313 (or 0x3CE313) is known color: Harlequin. HEX triplet: 3C, E3 and 13. RGB value is (60,227,19). Sum of RGB (Red+Green+Blue) = 60+227+19=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 227 (89.06% from 255 or 74.18% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE313 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE313 is #C31CEC. Grayscale: #9A9A9A. Windows color (decimal): -12786925 or 1303356. OLE color: 1303356.
HSL color Cylindrical-coordinate representation of color #3CE313: hue angle of 108.17º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CE313 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 227 | 19 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.11 |
| HSL | 108.17º | 0.85% | 0.48% | - |
| HSV(B) | 108.17º | 0.92% | 0.89% | - |
| XYZ | 29.45 | 55.95 | 9.86 | - |
| YUV | 153.36 | 52.17 | 61.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 19 | 0.74 | 0 | 0.92 | 0.11 | 108.17 | 0.85 | 0.48 |
| Hex | 3C | E3 | 13 | 4A | 0 | 5C | B | 6C | 55 | 30 |
| Octal | 74 | 343 | 23 | 112 | 0 | 134 | 13 | 154 | 125 | 60 |
| Binary | 111100 | 11100011 | 10011 | 1001010 | 0 | 1011100 | 1011 | 1101100 | 1010101 | 110000 |
Color Harmonies of #3CE313
Complementary color
Monochromatic Colors of #3CE313
Black with #3CE313
Text Example
Text Example
White with #3CE313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE313; }
p { color: rgb(60,227,19); }
H1.HeaderClassName
{
color: #3CE313;
}
.AnyTagClassName
{
color: #3CE313;
}
</style>
background-color css
<style>
a { background-color: #3CE313; }
a { background-color: rgb(60,227,19); }
div.DivClassName
{
background-color: #3CE313;
}
.BgClassName
{
background-color: #3CE313;
}
</style>
border-color css
<style>
span { border-color: #3CE313; }
span { border-color: rgb(60,227,19); }
td.TdClassName
{
border-color: #3CE313;
}
.TagClassName
{
border-color: #3CE313;
}
</style>