Shades of Harlequin #3CE308
Tints of Harlequin #3CE308
RGB
CMYK
RGB Variations
Color information
#3CE308 (or 0x3CE308) is known color: Harlequin. HEX triplet: 3C, E3 and 08. RGB value is (60,227,8). Sum of RGB (Red+Green+Blue) = 60+227+8=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 227 (89.06% from 255 or 76.95% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE308 is #C31CF7. Grayscale: #989898. Windows color (decimal): -12786936 or 582460. OLE color: 582460.
HSL color Cylindrical-coordinate representation of color #3CE308: hue angle of 105.75º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CE308 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 227 | 8 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.11 |
| HSL | 105.75º | 0.93% | 0.46% | - |
| HSV(B) | 105.75º | 0.96% | 0.89% | - |
| XYZ | 29.38 | 55.92 | 9.47 | - |
| YUV | 152.1 | 46.67 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 8 | 0.74 | 0 | 0.96 | 0.11 | 105.75 | 0.93 | 0.46 |
| Hex | 3C | E3 | 8 | 4A | 0 | 60 | B | 6A | 5D | 2E |
| Octal | 74 | 343 | 10 | 112 | 0 | 140 | 13 | 152 | 135 | 56 |
| Binary | 111100 | 11100011 | 1000 | 1001010 | 0 | 1100000 | 1011 | 1101010 | 1011101 | 101110 |
Color Harmonies of #3CE308
Complementary color
Monochromatic Colors of #3CE308
Black with #3CE308
Text Example
Text Example
White with #3CE308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE308; }
p { color: rgb(60,227,8); }
H1.HeaderClassName
{
color: #3CE308;
}
.AnyTagClassName
{
color: #3CE308;
}
</style>
background-color css
<style>
a { background-color: #3CE308; }
a { background-color: rgb(60,227,8); }
div.DivClassName
{
background-color: #3CE308;
}
.BgClassName
{
background-color: #3CE308;
}
</style>
border-color css
<style>
span { border-color: #3CE308; }
span { border-color: rgb(60,227,8); }
td.TdClassName
{
border-color: #3CE308;
}
.TagClassName
{
border-color: #3CE308;
}
</style>