Shades of Harlequin #3CFA2C
Tints of Harlequin #3CFA2C
RGB
CMYK
RGB Variations
Color information
#3CFA2C (or 0x3CFA2C) is known color: Harlequin. HEX triplet: 3C, FA and 2C. RGB value is (60,250,44). Sum of RGB (Red+Green+Blue) = 60+250+44=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 250 (98.05% from 255 or 70.62% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFA2C is #C305D3. Grayscale: #AAAAAA. Windows color (decimal): -12781012 or 2947644. OLE color: 2947644.
HSL color Cylindrical-coordinate representation of color #3CFA2C: hue angle of 115.34º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3CFA2C is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 44 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.02 |
| HSL | 115.34º | 0.95% | 0.58% | - |
| HSV(B) | 115.34º | 0.82% | 0.98% | - |
| XYZ | 36.5 | 69.51 | 13.88 | - |
| YUV | 169.71 | 57.05 | 49.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 44 | 0.76 | 0 | 0.82 | 0.02 | 115.34 | 0.95 | 0.58 |
| Hex | 3C | FA | 2C | 4C | 0 | 52 | 2 | 73 | 5F | 3A |
| Octal | 74 | 372 | 54 | 114 | 0 | 122 | 2 | 163 | 137 | 72 |
| Binary | 111100 | 11111010 | 101100 | 1001100 | 0 | 1010010 | 10 | 1110011 | 1011111 | 111010 |
Color Harmonies of #3CFA2C
Complementary color
Monochromatic Colors of #3CFA2C
Black with #3CFA2C
Text Example
Text Example
White with #3CFA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFA2C; }
p { color: rgb(60,250,44); }
H1.HeaderClassName
{
color: #3CFA2C;
}
.AnyTagClassName
{
color: #3CFA2C;
}
</style>
background-color css
<style>
a { background-color: #3CFA2C; }
a { background-color: rgb(60,250,44); }
div.DivClassName
{
background-color: #3CFA2C;
}
.BgClassName
{
background-color: #3CFA2C;
}
</style>
border-color css
<style>
span { border-color: #3CFA2C; }
span { border-color: rgb(60,250,44); }
td.TdClassName
{
border-color: #3CFA2C;
}
.TagClassName
{
border-color: #3CFA2C;
}
</style>