Shades of Harlequin #3BFE02
Tints of Harlequin #3BFE02
RGB
CMYK
RGB Variations
Color information
#3BFE02 (or 0x3BFE02) is known color: Harlequin. HEX triplet: 3B, FE and 02. RGB value is (59,254,2). Sum of RGB (Red+Green+Blue) = 59+254+2=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 254 (99.61% from 255 or 80.63% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFE02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BFE02 is #C401FD. Grayscale: #A7A7A7. Windows color (decimal): -12845566 or 196155. OLE color: 196155.
HSL color Cylindrical-coordinate representation of color #3BFE02: hue angle of 106.43º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3BFE02 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 2 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.00 |
| HSL | 106.43º | 0.99% | 0.5% | - |
| HSV(B) | 106.43º | 0.99% | 1% | - |
| XYZ | 37.26 | 71.82 | 11.96 | - |
| YUV | 166.97 | 34.9 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 2 | 0.77 | 0 | 0.99 | 0.00 | 106.43 | 0.99 | 0.5 |
| Hex | 3B | FE | 2 | 4D | 0 | 63 | 0 | 6A | 63 | 32 |
| Octal | 73 | 376 | 2 | 115 | 0 | 143 | 0 | 152 | 143 | 62 |
| Binary | 111011 | 11111110 | 10 | 1001101 | 0 | 1100011 | 0 | 1101010 | 1100011 | 110010 |
Color Harmonies of #3BFE02
Complementary color
Monochromatic Colors of #3BFE02
Black with #3BFE02
Text Example
Text Example
White with #3BFE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFE02; }
p { color: rgb(59,254,2); }
H1.HeaderClassName
{
color: #3BFE02;
}
.AnyTagClassName
{
color: #3BFE02;
}
</style>
background-color css
<style>
a { background-color: #3BFE02; }
a { background-color: rgb(59,254,2); }
div.DivClassName
{
background-color: #3BFE02;
}
.BgClassName
{
background-color: #3BFE02;
}
</style>
border-color css
<style>
span { border-color: #3BFE02; }
span { border-color: rgb(59,254,2); }
td.TdClassName
{
border-color: #3BFE02;
}
.TagClassName
{
border-color: #3BFE02;
}
</style>