Shades of Harlequin #3BE30A
Tints of Harlequin #3BE30A
RGB
CMYK
RGB Variations
Color information
#3BE30A (or 0x3BE30A) is known color: Harlequin. HEX triplet: 3B, E3 and 0A. RGB value is (59,227,10). Sum of RGB (Red+Green+Blue) = 59+227+10=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 227 (89.06% from 255 or 76.69% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 227 - color contains mainly: green. Hex color #3BE30A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE30A is #C41CF5. Grayscale: #989898. Windows color (decimal): -12852470 or 713531. OLE color: 713531.
HSL color Cylindrical-coordinate representation of color #3BE30A: hue angle of 106.45º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3BE30A is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 227 | 10 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.11 |
| HSL | 106.45º | 0.92% | 0.46% | - |
| HSV(B) | 106.45º | 0.96% | 0.89% | - |
| XYZ | 29.33 | 55.89 | 9.53 | - |
| YUV | 152.03 | 47.84 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 227 | 10 | 0.74 | 0 | 0.96 | 0.11 | 106.45 | 0.92 | 0.46 |
| Hex | 3B | E3 | A | 4A | 0 | 60 | B | 6A | 5C | 2E |
| Octal | 73 | 343 | 12 | 112 | 0 | 140 | 13 | 152 | 134 | 56 |
| Binary | 111011 | 11100011 | 1010 | 1001010 | 0 | 1100000 | 1011 | 1101010 | 1011100 | 101110 |
Color Harmonies of #3BE30A
Complementary color
Monochromatic Colors of #3BE30A
Black with #3BE30A
Text Example
Text Example
White with #3BE30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE30A; }
p { color: rgb(59,227,10); }
H1.HeaderClassName
{
color: #3BE30A;
}
.AnyTagClassName
{
color: #3BE30A;
}
</style>
background-color css
<style>
a { background-color: #3BE30A; }
a { background-color: rgb(59,227,10); }
div.DivClassName
{
background-color: #3BE30A;
}
.BgClassName
{
background-color: #3BE30A;
}
</style>
border-color css
<style>
span { border-color: #3BE30A; }
span { border-color: rgb(59,227,10); }
td.TdClassName
{
border-color: #3BE30A;
}
.TagClassName
{
border-color: #3BE30A;
}
</style>