Shades of Harlequin #3CFC29
Tints of Harlequin #3CFC29
RGB
CMYK
RGB Variations
Color information
#3CFC29 (or 0x3CFC29) is known color: Harlequin. HEX triplet: 3C, FC and 29. RGB value is (60,252,41). Sum of RGB (Red+Green+Blue) = 60+252+41=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 252 (98.83% from 255 or 71.39% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFC29 is #C303D6. Grayscale: #ABABAB. Windows color (decimal): -12780503 or 2751548. OLE color: 2751548.
HSL color Cylindrical-coordinate representation of color #3CFC29: hue angle of 114.6º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CFC29 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 41 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.01 |
| HSL | 114.6º | 0.97% | 0.57% | - |
| HSV(B) | 114.6º | 0.84% | 0.99% | - |
| XYZ | 37.07 | 70.74 | 13.8 | - |
| YUV | 170.54 | 54.89 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 41 | 0.76 | 0 | 0.84 | 0.01 | 114.6 | 0.97 | 0.57 |
| Hex | 3C | FC | 29 | 4C | 0 | 54 | 1 | 73 | 61 | 39 |
| Octal | 74 | 374 | 51 | 114 | 0 | 124 | 1 | 163 | 141 | 71 |
| Binary | 111100 | 11111100 | 101001 | 1001100 | 0 | 1010100 | 1 | 1110011 | 1100001 | 111001 |
Color Harmonies of #3CFC29
Complementary color
Monochromatic Colors of #3CFC29
Black with #3CFC29
Text Example
Text Example
White with #3CFC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC29; }
p { color: rgb(60,252,41); }
H1.HeaderClassName
{
color: #3CFC29;
}
.AnyTagClassName
{
color: #3CFC29;
}
</style>
background-color css
<style>
a { background-color: #3CFC29; }
a { background-color: rgb(60,252,41); }
div.DivClassName
{
background-color: #3CFC29;
}
.BgClassName
{
background-color: #3CFC29;
}
</style>
border-color css
<style>
span { border-color: #3CFC29; }
span { border-color: rgb(60,252,41); }
td.TdClassName
{
border-color: #3CFC29;
}
.TagClassName
{
border-color: #3CFC29;
}
</style>