Shades of Harlequin #3CEA1D
Tints of Harlequin #3CEA1D
RGB
CMYK
RGB Variations
Color information
#3CEA1D (or 0x3CEA1D) is known color: Harlequin. HEX triplet: 3C, EA and 1D. RGB value is (60,234,29). Sum of RGB (Red+Green+Blue) = 60+234+29=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 234 (91.80% from 255 or 72.45% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEA1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEA1D is #C315E2. Grayscale: #9F9F9F. Windows color (decimal): -12785123 or 1960508. OLE color: 1960508.
HSL color Cylindrical-coordinate representation of color #3CEA1D: hue angle of 110.93º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3CEA1D is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 234 | 29 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.08 |
| HSL | 110.93º | 0.83% | 0.52% | - |
| HSV(B) | 110.93º | 0.88% | 0.92% | - |
| XYZ | 31.51 | 59.9 | 11.06 | - |
| YUV | 158.6 | 54.85 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 29 | 0.74 | 0 | 0.88 | 0.08 | 110.93 | 0.83 | 0.52 |
| Hex | 3C | EA | 1D | 4A | 0 | 58 | 8 | 6F | 53 | 34 |
| Octal | 74 | 352 | 35 | 112 | 0 | 130 | 10 | 157 | 123 | 64 |
| Binary | 111100 | 11101010 | 11101 | 1001010 | 0 | 1011000 | 1000 | 1101111 | 1010011 | 110100 |
Color Harmonies of #3CEA1D
Complementary color
Monochromatic Colors of #3CEA1D
Black with #3CEA1D
Text Example
Text Example
White with #3CEA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEA1D; }
p { color: rgb(60,234,29); }
H1.HeaderClassName
{
color: #3CEA1D;
}
.AnyTagClassName
{
color: #3CEA1D;
}
</style>
background-color css
<style>
a { background-color: #3CEA1D; }
a { background-color: rgb(60,234,29); }
div.DivClassName
{
background-color: #3CEA1D;
}
.BgClassName
{
background-color: #3CEA1D;
}
</style>
border-color css
<style>
span { border-color: #3CEA1D; }
span { border-color: rgb(60,234,29); }
td.TdClassName
{
border-color: #3CEA1D;
}
.TagClassName
{
border-color: #3CEA1D;
}
</style>