Shades of Harlequin #3BF11F
Tints of Harlequin #3BF11F
RGB
CMYK
RGB Variations
Color information
#3BF11F (or 0x3BF11F) is known color: Harlequin. HEX triplet: 3B, F1 and 1F. RGB value is (59,241,31). Sum of RGB (Red+Green+Blue) = 59+241+31=331 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.82% from 331); Green value is 241 (94.53% from 255 or 72.81% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 241 - color contains mainly: green. Hex color #3BF11F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF11F is #C40EE0. Grayscale: #A3A3A3. Windows color (decimal): -12848865 or 2093371. OLE color: 2093371.
HSL color Cylindrical-coordinate representation of color #3BF11F: hue angle of 112º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3BF11F is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 241 | 31 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.05 |
| HSL | 112º | 0.88% | 0.53% | - |
| HSV(B) | 112º | 0.87% | 0.95% | - |
| XYZ | 33.51 | 63.94 | 11.87 | - |
| YUV | 162.64 | 53.7 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 241 | 31 | 0.76 | 0 | 0.87 | 0.05 | 112 | 0.88 | 0.53 |
| Hex | 3B | F1 | 1F | 4C | 0 | 57 | 5 | 70 | 58 | 35 |
| Octal | 73 | 361 | 37 | 114 | 0 | 127 | 5 | 160 | 130 | 65 |
| Binary | 111011 | 11110001 | 11111 | 1001100 | 0 | 1010111 | 101 | 1110000 | 1011000 | 110101 |
Color Harmonies of #3BF11F
Complementary color
Monochromatic Colors of #3BF11F
Black with #3BF11F
Text Example
Text Example
White with #3BF11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF11F; }
p { color: rgb(59,241,31); }
H1.HeaderClassName
{
color: #3BF11F;
}
.AnyTagClassName
{
color: #3BF11F;
}
</style>
background-color css
<style>
a { background-color: #3BF11F; }
a { background-color: rgb(59,241,31); }
div.DivClassName
{
background-color: #3BF11F;
}
.BgClassName
{
background-color: #3BF11F;
}
</style>
border-color css
<style>
span { border-color: #3BF11F; }
span { border-color: rgb(59,241,31); }
td.TdClassName
{
border-color: #3BF11F;
}
.TagClassName
{
border-color: #3BF11F;
}
</style>