Shades of Harlequin #3CFA1B
Tints of Harlequin #3CFA1B
RGB
CMYK
RGB Variations
Color information
#3CFA1B (or 0x3CFA1B) is known color: Harlequin. HEX triplet: 3C, FA and 1B. RGB value is (60,250,27). Sum of RGB (Red+Green+Blue) = 60+250+27=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 250 (98.05% from 255 or 74.18% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFA1B is #C305E4. Grayscale: #A8A8A8. Windows color (decimal): -12781029 or 1833532. OLE color: 1833532.
HSL color Cylindrical-coordinate representation of color #3CFA1B: hue angle of 111.12º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3CFA1B is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 27 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.02 |
| HSL | 111.12º | 0.96% | 0.54% | - |
| HSV(B) | 111.12º | 0.89% | 0.98% | - |
| XYZ | 36.25 | 69.41 | 12.52 | - |
| YUV | 167.77 | 48.55 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 27 | 0.76 | 0 | 0.89 | 0.02 | 111.12 | 0.96 | 0.54 |
| Hex | 3C | FA | 1B | 4C | 0 | 59 | 2 | 6F | 60 | 36 |
| Octal | 74 | 372 | 33 | 114 | 0 | 131 | 2 | 157 | 140 | 66 |
| Binary | 111100 | 11111010 | 11011 | 1001100 | 0 | 1011001 | 10 | 1101111 | 1100000 | 110110 |
Color Harmonies of #3CFA1B
Complementary color
Monochromatic Colors of #3CFA1B
Black with #3CFA1B
Text Example
Text Example
White with #3CFA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFA1B; }
p { color: rgb(60,250,27); }
H1.HeaderClassName
{
color: #3CFA1B;
}
.AnyTagClassName
{
color: #3CFA1B;
}
</style>
background-color css
<style>
a { background-color: #3CFA1B; }
a { background-color: rgb(60,250,27); }
div.DivClassName
{
background-color: #3CFA1B;
}
.BgClassName
{
background-color: #3CFA1B;
}
</style>
border-color css
<style>
span { border-color: #3CFA1B; }
span { border-color: rgb(60,250,27); }
td.TdClassName
{
border-color: #3CFA1B;
}
.TagClassName
{
border-color: #3CFA1B;
}
</style>