Shades of Harlequin #3CEA1B
Tints of Harlequin #3CEA1B
RGB
CMYK
RGB Variations
Color information
#3CEA1B (or 0x3CEA1B) is known color: Harlequin. HEX triplet: 3C, EA and 1B. RGB value is (60,234,27). Sum of RGB (Red+Green+Blue) = 60+234+27=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 234 (91.80% from 255 or 72.90% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEA1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEA1B is #C315E4. Grayscale: #9F9F9F. Windows color (decimal): -12785125 or 1829436. OLE color: 1829436.
HSL color Cylindrical-coordinate representation of color #3CEA1B: hue angle of 110.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3CEA1B is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 234 | 27 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.08 |
| HSL | 110.43º | 0.83% | 0.51% | - |
| HSV(B) | 110.43º | 0.88% | 0.92% | - |
| XYZ | 31.48 | 59.89 | 10.94 | - |
| YUV | 158.38 | 53.85 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 27 | 0.74 | 0 | 0.88 | 0.08 | 110.43 | 0.83 | 0.51 |
| Hex | 3C | EA | 1B | 4A | 0 | 58 | 8 | 6E | 53 | 33 |
| Octal | 74 | 352 | 33 | 112 | 0 | 130 | 10 | 156 | 123 | 63 |
| Binary | 111100 | 11101010 | 11011 | 1001010 | 0 | 1011000 | 1000 | 1101110 | 1010011 | 110011 |
Color Harmonies of #3CEA1B
Complementary color
Monochromatic Colors of #3CEA1B
Black with #3CEA1B
Text Example
Text Example
White with #3CEA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEA1B; }
p { color: rgb(60,234,27); }
H1.HeaderClassName
{
color: #3CEA1B;
}
.AnyTagClassName
{
color: #3CEA1B;
}
</style>
background-color css
<style>
a { background-color: #3CEA1B; }
a { background-color: rgb(60,234,27); }
div.DivClassName
{
background-color: #3CEA1B;
}
.BgClassName
{
background-color: #3CEA1B;
}
</style>
border-color css
<style>
span { border-color: #3CEA1B; }
span { border-color: rgb(60,234,27); }
td.TdClassName
{
border-color: #3CEA1B;
}
.TagClassName
{
border-color: #3CEA1B;
}
</style>