Shades of Harlequin #3BEE1F
Tints of Harlequin #3BEE1F
RGB
CMYK
RGB Variations
Color information
#3BEE1F (or 0x3BEE1F) is known color: Harlequin. HEX triplet: 3B, EE and 1F. RGB value is (59,238,31). Sum of RGB (Red+Green+Blue) = 59+238+31=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 238 (93.36% from 255 or 72.56% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEE1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BEE1F is #C411E0. Grayscale: #A1A1A1. Windows color (decimal): -12849633 or 2092603. OLE color: 2092603.
HSL color Cylindrical-coordinate representation of color #3BEE1F: hue angle of 111.88º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3BEE1F is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 31 | - |
| CMYK | 0.75 | 0 | 0.87 | 0.07 |
| HSL | 111.88º | 0.86% | 0.53% | - |
| HSV(B) | 111.88º | 0.87% | 0.93% | - |
| XYZ | 32.63 | 62.18 | 11.58 | - |
| YUV | 160.88 | 54.7 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 31 | 0.75 | 0 | 0.87 | 0.07 | 111.88 | 0.86 | 0.53 |
| Hex | 3B | EE | 1F | 4B | 0 | 57 | 7 | 70 | 56 | 35 |
| Octal | 73 | 356 | 37 | 113 | 0 | 127 | 7 | 160 | 126 | 65 |
| Binary | 111011 | 11101110 | 11111 | 1001011 | 0 | 1010111 | 111 | 1110000 | 1010110 | 110101 |
Color Harmonies of #3BEE1F
Complementary color
Monochromatic Colors of #3BEE1F
Black with #3BEE1F
Text Example
Text Example
White with #3BEE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEE1F; }
p { color: rgb(59,238,31); }
H1.HeaderClassName
{
color: #3BEE1F;
}
.AnyTagClassName
{
color: #3BEE1F;
}
</style>
background-color css
<style>
a { background-color: #3BEE1F; }
a { background-color: rgb(59,238,31); }
div.DivClassName
{
background-color: #3BEE1F;
}
.BgClassName
{
background-color: #3BEE1F;
}
</style>
border-color css
<style>
span { border-color: #3BEE1F; }
span { border-color: rgb(59,238,31); }
td.TdClassName
{
border-color: #3BEE1F;
}
.TagClassName
{
border-color: #3BEE1F;
}
</style>