Shades of Harlequin #3BFE1A
Tints of Harlequin #3BFE1A
RGB
CMYK
RGB Variations
Color information
#3BFE1A (or 0x3BFE1A) is known color: Harlequin. HEX triplet: 3B, FE and 1A. RGB value is (59,254,26). Sum of RGB (Red+Green+Blue) = 59+254+26=339 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.40% from 339); Green value is 254 (99.61% from 255 or 74.93% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFE1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFE1A is #C401E5. Grayscale: #AAAAAA. Windows color (decimal): -12845542 or 1769019. OLE color: 1769019.
HSL color Cylindrical-coordinate representation of color #3BFE1A: hue angle of 111.32º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3BFE1A is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 26 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.00 |
| HSL | 111.32º | 0.99% | 0.55% | - |
| HSV(B) | 111.32º | 0.9% | 1% | - |
| XYZ | 37.43 | 71.89 | 12.88 | - |
| YUV | 169.7 | 46.9 | 49.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 26 | 0.77 | 0 | 0.90 | 0.00 | 111.32 | 0.99 | 0.55 |
| Hex | 3B | FE | 1A | 4D | 0 | 5A | 0 | 6F | 63 | 37 |
| Octal | 73 | 376 | 32 | 115 | 0 | 132 | 0 | 157 | 143 | 67 |
| Binary | 111011 | 11111110 | 11010 | 1001101 | 0 | 1011010 | 0 | 1101111 | 1100011 | 110111 |
Color Harmonies of #3BFE1A
Complementary color
Monochromatic Colors of #3BFE1A
Black with #3BFE1A
Text Example
Text Example
White with #3BFE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFE1A; }
p { color: rgb(59,254,26); }
H1.HeaderClassName
{
color: #3BFE1A;
}
.AnyTagClassName
{
color: #3BFE1A;
}
</style>
background-color css
<style>
a { background-color: #3BFE1A; }
a { background-color: rgb(59,254,26); }
div.DivClassName
{
background-color: #3BFE1A;
}
.BgClassName
{
background-color: #3BFE1A;
}
</style>
border-color css
<style>
span { border-color: #3BFE1A; }
span { border-color: rgb(59,254,26); }
td.TdClassName
{
border-color: #3BFE1A;
}
.TagClassName
{
border-color: #3BFE1A;
}
</style>