Shades of Harlequin #3BFE18
Tints of Harlequin #3BFE18
RGB
CMYK
RGB Variations
Color information
#3BFE18 (or 0x3BFE18) is known color: Harlequin. HEX triplet: 3B, FE and 18. RGB value is (59,254,24). Sum of RGB (Red+Green+Blue) = 59+254+24=337 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.51% from 337); Green value is 254 (99.61% from 255 or 75.37% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFE18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BFE18 is #C401E7. Grayscale: #AAAAAA. Windows color (decimal): -12845544 or 1637947. OLE color: 1637947.
HSL color Cylindrical-coordinate representation of color #3BFE18: hue angle of 110.87º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3BFE18 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 24 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.00 |
| HSL | 110.87º | 0.99% | 0.55% | - |
| HSV(B) | 110.87º | 0.91% | 1% | - |
| XYZ | 37.41 | 71.88 | 12.77 | - |
| YUV | 169.48 | 45.9 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 24 | 0.77 | 0 | 0.91 | 0.00 | 110.87 | 0.99 | 0.55 |
| Hex | 3B | FE | 18 | 4D | 0 | 5B | 0 | 6F | 63 | 37 |
| Octal | 73 | 376 | 30 | 115 | 0 | 133 | 0 | 157 | 143 | 67 |
| Binary | 111011 | 11111110 | 11000 | 1001101 | 0 | 1011011 | 0 | 1101111 | 1100011 | 110111 |
Color Harmonies of #3BFE18
Complementary color
Monochromatic Colors of #3BFE18
Black with #3BFE18
Text Example
Text Example
White with #3BFE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFE18; }
p { color: rgb(59,254,24); }
H1.HeaderClassName
{
color: #3BFE18;
}
.AnyTagClassName
{
color: #3BFE18;
}
</style>
background-color css
<style>
a { background-color: #3BFE18; }
a { background-color: rgb(59,254,24); }
div.DivClassName
{
background-color: #3BFE18;
}
.BgClassName
{
background-color: #3BFE18;
}
</style>
border-color css
<style>
span { border-color: #3BFE18; }
span { border-color: rgb(59,254,24); }
td.TdClassName
{
border-color: #3BFE18;
}
.TagClassName
{
border-color: #3BFE18;
}
</style>