Shades of Harlequin #3BE600
Tints of Harlequin #3BE600
RGB
CMYK
RGB Variations
Color information
#3BE600 (or 0x3BE600) is known color: Harlequin. HEX triplet: 3B, E6 and 00. RGB value is (59,230,0). Sum of RGB (Red+Green+Blue) = 59+230+0=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 230 (90.23% from 255 or 79.58% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 230 - color contains mainly: green. Hex color #3BE600 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BE600 is #C419FF. Grayscale: #999999. Windows color (decimal): -12851712 or 58939. OLE color: 58939.
HSL color Cylindrical-coordinate representation of color #3BE600: hue angle of 104.61º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3BE600 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 230 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.10 |
| HSL | 104.61º | 1% | 0.45% | - |
| HSV(B) | 104.61º | 1% | 0.9% | - |
| XYZ | 30.1 | 57.52 | 9.52 | - |
| YUV | 152.65 | 41.85 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 230 | 0 | 0.74 | 0 | 1 | 0.10 | 104.61 | 1 | 0.45 |
| Hex | 3B | E6 | 0 | 4A | 0 | 64 | A | 69 | 64 | 2D |
| Octal | 73 | 346 | 0 | 112 | 0 | 144 | 12 | 151 | 144 | 55 |
| Binary | 111011 | 11100110 | 0 | 1001010 | 0 | 1100100 | 1010 | 1101001 | 1100100 | 101101 |
Color Harmonies of #3BE600
Complementary color
Monochromatic Colors of #3BE600
Black with #3BE600
Text Example
Text Example
White with #3BE600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE600; }
p { color: rgb(59,230,0); }
H1.HeaderClassName
{
color: #3BE600;
}
.AnyTagClassName
{
color: #3BE600;
}
</style>
background-color css
<style>
a { background-color: #3BE600; }
a { background-color: rgb(59,230,0); }
div.DivClassName
{
background-color: #3BE600;
}
.BgClassName
{
background-color: #3BE600;
}
</style>
border-color css
<style>
span { border-color: #3BE600; }
span { border-color: rgb(59,230,0); }
td.TdClassName
{
border-color: #3BE600;
}
.TagClassName
{
border-color: #3BE600;
}
</style>