Shades of Harlequin #3FFA2C
Tints of Harlequin #3FFA2C
RGB
CMYK
RGB Variations
Color information
#3FFA2C (or 0x3FFA2C) is known color: Harlequin. HEX triplet: 3F, FA and 2C. RGB value is (63,250,44). Sum of RGB (Red+Green+Blue) = 63+250+44=357 (47% of max value = 765). Red value is 63 (25% from 255 or 17.65% from 357); Green value is 250 (98.05% from 255 or 70.03% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFA2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFA2C is #C005D3. Grayscale: #ABABAB. Windows color (decimal): -12584404 or 2947647. OLE color: 2947647.
HSL color Cylindrical-coordinate representation of color #3FFA2C: hue angle of 114.47º 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 #3FFA2C is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 44 | - |
| CMYK | 0.75 | 0 | 0.82 | 0.02 |
| HSL | 114.47º | 0.95% | 0.58% | - |
| HSV(B) | 114.47º | 0.82% | 0.98% | - |
| XYZ | 36.69 | 69.61 | 13.89 | - |
| YUV | 170.6 | 56.55 | 51.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 44 | 0.75 | 0 | 0.82 | 0.02 | 114.47 | 0.95 | 0.58 |
| Hex | 3F | FA | 2C | 4B | 0 | 52 | 2 | 72 | 5F | 3A |
| Octal | 77 | 372 | 54 | 113 | 0 | 122 | 2 | 162 | 137 | 72 |
| Binary | 111111 | 11111010 | 101100 | 1001011 | 0 | 1010010 | 10 | 1110010 | 1011111 | 111010 |
Color Harmonies of #3FFA2C
Complementary color
Monochromatic Colors of #3FFA2C
Black with #3FFA2C
Text Example
Text Example
White with #3FFA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFA2C; }
p { color: rgb(63,250,44); }
H1.HeaderClassName
{
color: #3FFA2C;
}
.AnyTagClassName
{
color: #3FFA2C;
}
</style>
background-color css
<style>
a { background-color: #3FFA2C; }
a { background-color: rgb(63,250,44); }
div.DivClassName
{
background-color: #3FFA2C;
}
.BgClassName
{
background-color: #3FFA2C;
}
</style>
border-color css
<style>
span { border-color: #3FFA2C; }
span { border-color: rgb(63,250,44); }
td.TdClassName
{
border-color: #3FFA2C;
}
.TagClassName
{
border-color: #3FFA2C;
}
</style>