Shades of Harlequin #3CEF1D
Tints of Harlequin #3CEF1D
RGB
CMYK
RGB Variations
Color information
#3CEF1D (or 0x3CEF1D) is known color: Harlequin. HEX triplet: 3C, EF and 1D. RGB value is (60,239,29). Sum of RGB (Red+Green+Blue) = 60+239+29=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 239 (93.75% from 255 or 72.87% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEF1D is #C310E2. Grayscale: #A2A2A2. Windows color (decimal): -12783843 or 1961788. OLE color: 1961788.
HSL color Cylindrical-coordinate representation of color #3CEF1D: hue angle of 111.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3CEF1D is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 29 | - |
| CMYK | 0.75 | 0 | 0.88 | 0.06 |
| HSL | 111.14º | 0.87% | 0.53% | - |
| HSV(B) | 111.14º | 0.88% | 0.94% | - |
| XYZ | 32.95 | 62.78 | 11.54 | - |
| YUV | 161.54 | 53.2 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 29 | 0.75 | 0 | 0.88 | 0.06 | 111.14 | 0.87 | 0.53 |
| Hex | 3C | EF | 1D | 4B | 0 | 58 | 6 | 6F | 57 | 35 |
| Octal | 74 | 357 | 35 | 113 | 0 | 130 | 6 | 157 | 127 | 65 |
| Binary | 111100 | 11101111 | 11101 | 1001011 | 0 | 1011000 | 110 | 1101111 | 1010111 | 110101 |
Color Harmonies of #3CEF1D
Complementary color
Monochromatic Colors of #3CEF1D
Black with #3CEF1D
Text Example
Text Example
White with #3CEF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEF1D; }
p { color: rgb(60,239,29); }
H1.HeaderClassName
{
color: #3CEF1D;
}
.AnyTagClassName
{
color: #3CEF1D;
}
</style>
background-color css
<style>
a { background-color: #3CEF1D; }
a { background-color: rgb(60,239,29); }
div.DivClassName
{
background-color: #3CEF1D;
}
.BgClassName
{
background-color: #3CEF1D;
}
</style>
border-color css
<style>
span { border-color: #3CEF1D; }
span { border-color: rgb(60,239,29); }
td.TdClassName
{
border-color: #3CEF1D;
}
.TagClassName
{
border-color: #3CEF1D;
}
</style>