Shades of Harlequin #3CE312
Tints of Harlequin #3CE312
RGB
CMYK
RGB Variations
Color information
#3CE312 (or 0x3CE312) is known color: Harlequin. HEX triplet: 3C, E3 and 12. RGB value is (60,227,18). Sum of RGB (Red+Green+Blue) = 60+227+18=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 227 (89.06% from 255 or 74.43% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE312 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE312 is #C31CED. Grayscale: #999999. Windows color (decimal): -12786926 or 1237820. OLE color: 1237820.
HSL color Cylindrical-coordinate representation of color #3CE312: hue angle of 107.94º 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 #3CE312 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 227 | 18 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.11 |
| HSL | 107.94º | 0.85% | 0.48% | - |
| HSV(B) | 107.94º | 0.92% | 0.89% | - |
| XYZ | 29.44 | 55.94 | 9.82 | - |
| YUV | 153.24 | 51.67 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 18 | 0.74 | 0 | 0.92 | 0.11 | 107.94 | 0.85 | 0.48 |
| Hex | 3C | E3 | 12 | 4A | 0 | 5C | B | 6C | 55 | 30 |
| Octal | 74 | 343 | 22 | 112 | 0 | 134 | 13 | 154 | 125 | 60 |
| Binary | 111100 | 11100011 | 10010 | 1001010 | 0 | 1011100 | 1011 | 1101100 | 1010101 | 110000 |
Color Harmonies of #3CE312
Complementary color
Monochromatic Colors of #3CE312
Black with #3CE312
Text Example
Text Example
White with #3CE312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE312; }
p { color: rgb(60,227,18); }
H1.HeaderClassName
{
color: #3CE312;
}
.AnyTagClassName
{
color: #3CE312;
}
</style>
background-color css
<style>
a { background-color: #3CE312; }
a { background-color: rgb(60,227,18); }
div.DivClassName
{
background-color: #3CE312;
}
.BgClassName
{
background-color: #3CE312;
}
</style>
border-color css
<style>
span { border-color: #3CE312; }
span { border-color: rgb(60,227,18); }
td.TdClassName
{
border-color: #3CE312;
}
.TagClassName
{
border-color: #3CE312;
}
</style>