Shades of Harlequin #3CF41D
Tints of Harlequin #3CF41D
RGB
CMYK
RGB Variations
Color information
#3CF41D (or 0x3CF41D) is known color: Harlequin. HEX triplet: 3C, F4 and 1D. RGB value is (60,244,29). Sum of RGB (Red+Green+Blue) = 60+244+29=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 244 (95.70% from 255 or 73.27% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF41D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF41D is #C30BE2. Grayscale: #A5A5A5. Windows color (decimal): -12782563 or 1963068. OLE color: 1963068.
HSL color Cylindrical-coordinate representation of color #3CF41D: hue angle of 111.35º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3CF41D is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 244 | 29 | - |
| CMYK | 0.75 | 0 | 0.88 | 0.04 |
| HSL | 111.35º | 0.91% | 0.54% | - |
| HSV(B) | 111.35º | 0.88% | 0.96% | - |
| XYZ | 34.44 | 65.75 | 12.04 | - |
| YUV | 164.47 | 51.54 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 244 | 29 | 0.75 | 0 | 0.88 | 0.04 | 111.35 | 0.91 | 0.54 |
| Hex | 3C | F4 | 1D | 4B | 0 | 58 | 4 | 6F | 5B | 36 |
| Octal | 74 | 364 | 35 | 113 | 0 | 130 | 4 | 157 | 133 | 66 |
| Binary | 111100 | 11110100 | 11101 | 1001011 | 0 | 1011000 | 100 | 1101111 | 1011011 | 110110 |
Color Harmonies of #3CF41D
Complementary color
Monochromatic Colors of #3CF41D
Black with #3CF41D
Text Example
Text Example
White with #3CF41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF41D; }
p { color: rgb(60,244,29); }
H1.HeaderClassName
{
color: #3CF41D;
}
.AnyTagClassName
{
color: #3CF41D;
}
</style>
background-color css
<style>
a { background-color: #3CF41D; }
a { background-color: rgb(60,244,29); }
div.DivClassName
{
background-color: #3CF41D;
}
.BgClassName
{
background-color: #3CF41D;
}
</style>
border-color css
<style>
span { border-color: #3CF41D; }
span { border-color: rgb(60,244,29); }
td.TdClassName
{
border-color: #3CF41D;
}
.TagClassName
{
border-color: #3CF41D;
}
</style>