Shades of Harlequin #3BE40B
Tints of Harlequin #3BE40B
RGB
CMYK
RGB Variations
Color information
#3BE40B (or 0x3BE40B) is known color: Harlequin. HEX triplet: 3B, E4 and 0B. RGB value is (59,228,11). Sum of RGB (Red+Green+Blue) = 59+228+11=298 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.80% from 298); Green value is 228 (89.45% from 255 or 76.51% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 228 - color contains mainly: green. Hex color #3BE40B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE40B is #C41BF4. Grayscale: #999999. Windows color (decimal): -12852213 or 779323. OLE color: 779323.
HSL color Cylindrical-coordinate representation of color #3BE40B: hue angle of 106.73º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3BE40B is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 228 | 11 | - |
| CMYK | 0.74 | 0 | 0.95 | 0.11 |
| HSL | 106.73º | 0.91% | 0.47% | - |
| HSV(B) | 106.73º | 0.95% | 0.89% | - |
| XYZ | 29.61 | 56.44 | 9.65 | - |
| YUV | 152.73 | 48.01 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 228 | 11 | 0.74 | 0 | 0.95 | 0.11 | 106.73 | 0.91 | 0.47 |
| Hex | 3B | E4 | B | 4A | 0 | 5F | B | 6B | 5B | 2F |
| Octal | 73 | 344 | 13 | 112 | 0 | 137 | 13 | 153 | 133 | 57 |
| Binary | 111011 | 11100100 | 1011 | 1001010 | 0 | 1011111 | 1011 | 1101011 | 1011011 | 101111 |
Color Harmonies of #3BE40B
Complementary color
Monochromatic Colors of #3BE40B
Black with #3BE40B
Text Example
Text Example
White with #3BE40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE40B; }
p { color: rgb(59,228,11); }
H1.HeaderClassName
{
color: #3BE40B;
}
.AnyTagClassName
{
color: #3BE40B;
}
</style>
background-color css
<style>
a { background-color: #3BE40B; }
a { background-color: rgb(59,228,11); }
div.DivClassName
{
background-color: #3BE40B;
}
.BgClassName
{
background-color: #3BE40B;
}
</style>
border-color css
<style>
span { border-color: #3BE40B; }
span { border-color: rgb(59,228,11); }
td.TdClassName
{
border-color: #3BE40B;
}
.TagClassName
{
border-color: #3BE40B;
}
</style>