Shades of Harlequin #3CE307
Tints of Harlequin #3CE307
RGB
CMYK
RGB Variations
Color information
#3CE307 (or 0x3CE307) is known color: Harlequin. HEX triplet: 3C, E3 and 07. RGB value is (60,227,7). Sum of RGB (Red+Green+Blue) = 60+227+7=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 227 (89.06% from 255 or 77.21% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE307 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE307 is #C31CF8. Grayscale: #989898. Windows color (decimal): -12786937 or 516924. OLE color: 516924.
HSL color Cylindrical-coordinate representation of color #3CE307: hue angle of 105.55º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3CE307 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 227 | 7 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.11 |
| HSL | 105.55º | 0.94% | 0.46% | - |
| HSV(B) | 105.55º | 0.97% | 0.89% | - |
| XYZ | 29.37 | 55.91 | 9.45 | - |
| YUV | 151.99 | 46.17 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 7 | 0.74 | 0 | 0.97 | 0.11 | 105.55 | 0.94 | 0.46 |
| Hex | 3C | E3 | 7 | 4A | 0 | 61 | B | 6A | 5E | 2E |
| Octal | 74 | 343 | 7 | 112 | 0 | 141 | 13 | 152 | 136 | 56 |
| Binary | 111100 | 11100011 | 111 | 1001010 | 0 | 1100001 | 1011 | 1101010 | 1011110 | 101110 |
Color Harmonies of #3CE307
Complementary color
Monochromatic Colors of #3CE307
Black with #3CE307
Text Example
Text Example
White with #3CE307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE307; }
p { color: rgb(60,227,7); }
H1.HeaderClassName
{
color: #3CE307;
}
.AnyTagClassName
{
color: #3CE307;
}
</style>
background-color css
<style>
a { background-color: #3CE307; }
a { background-color: rgb(60,227,7); }
div.DivClassName
{
background-color: #3CE307;
}
.BgClassName
{
background-color: #3CE307;
}
</style>
border-color css
<style>
span { border-color: #3CE307; }
span { border-color: rgb(60,227,7); }
td.TdClassName
{
border-color: #3CE307;
}
.TagClassName
{
border-color: #3CE307;
}
</style>