Shades of Harlequin #3CF71E
Tints of Harlequin #3CF71E
RGB
CMYK
RGB Variations
Color information
#3CF71E (or 0x3CF71E) is known color: Harlequin. HEX triplet: 3C, F7 and 1E. RGB value is (60,247,30). Sum of RGB (Red+Green+Blue) = 60+247+30=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 247 (96.88% from 255 or 73.29% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 247 - color contains mainly: green. Hex color #3CF71E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF71E is #C308E1. Grayscale: #A7A7A7. Windows color (decimal): -12781794 or 2029372. OLE color: 2029372.
HSL color Cylindrical-coordinate representation of color #3CF71E: hue angle of 111.71º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3CF71E is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 247 | 30 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.03 |
| HSL | 111.71º | 0.93% | 0.54% | - |
| HSV(B) | 111.71º | 0.88% | 0.97% | - |
| XYZ | 35.36 | 67.58 | 12.41 | - |
| YUV | 166.35 | 51.05 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 247 | 30 | 0.76 | 0 | 0.88 | 0.03 | 111.71 | 0.93 | 0.54 |
| Hex | 3C | F7 | 1E | 4C | 0 | 58 | 3 | 70 | 5D | 36 |
| Octal | 74 | 367 | 36 | 114 | 0 | 130 | 3 | 160 | 135 | 66 |
| Binary | 111100 | 11110111 | 11110 | 1001100 | 0 | 1011000 | 11 | 1110000 | 1011101 | 110110 |
Color Harmonies of #3CF71E
Complementary color
Monochromatic Colors of #3CF71E
Black with #3CF71E
Text Example
Text Example
White with #3CF71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF71E; }
p { color: rgb(60,247,30); }
H1.HeaderClassName
{
color: #3CF71E;
}
.AnyTagClassName
{
color: #3CF71E;
}
</style>
background-color css
<style>
a { background-color: #3CF71E; }
a { background-color: rgb(60,247,30); }
div.DivClassName
{
background-color: #3CF71E;
}
.BgClassName
{
background-color: #3CF71E;
}
</style>
border-color css
<style>
span { border-color: #3CF71E; }
span { border-color: rgb(60,247,30); }
td.TdClassName
{
border-color: #3CF71E;
}
.TagClassName
{
border-color: #3CF71E;
}
</style>