Shades of Harlequin #3BEA1E
Tints of Harlequin #3BEA1E
RGB
CMYK
RGB Variations
Color information
#3BEA1E (or 0x3BEA1E) is known color: Harlequin. HEX triplet: 3B, EA and 1E. RGB value is (59,234,30). Sum of RGB (Red+Green+Blue) = 59+234+30=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 234 (91.80% from 255 or 72.45% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 234 - color contains mainly: green. Hex color #3BEA1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BEA1E is #C415E1. Grayscale: #9F9F9F. Windows color (decimal): -12850658 or 2026043. OLE color: 2026043.
HSL color Cylindrical-coordinate representation of color #3BEA1E: hue angle of 111.47º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3BEA1E is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 234 | 30 | - |
| CMYK | 0.75 | 0 | 0.87 | 0.08 |
| HSL | 111.47º | 0.83% | 0.52% | - |
| HSV(B) | 111.47º | 0.87% | 0.92% | - |
| XYZ | 31.46 | 59.87 | 11.13 | - |
| YUV | 158.42 | 55.52 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 234 | 30 | 0.75 | 0 | 0.87 | 0.08 | 111.47 | 0.83 | 0.52 |
| Hex | 3B | EA | 1E | 4B | 0 | 57 | 8 | 6F | 53 | 34 |
| Octal | 73 | 352 | 36 | 113 | 0 | 127 | 10 | 157 | 123 | 64 |
| Binary | 111011 | 11101010 | 11110 | 1001011 | 0 | 1010111 | 1000 | 1101111 | 1010011 | 110100 |
Color Harmonies of #3BEA1E
Complementary color
Monochromatic Colors of #3BEA1E
Black with #3BEA1E
Text Example
Text Example
White with #3BEA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEA1E; }
p { color: rgb(59,234,30); }
H1.HeaderClassName
{
color: #3BEA1E;
}
.AnyTagClassName
{
color: #3BEA1E;
}
</style>
background-color css
<style>
a { background-color: #3BEA1E; }
a { background-color: rgb(59,234,30); }
div.DivClassName
{
background-color: #3BEA1E;
}
.BgClassName
{
background-color: #3BEA1E;
}
</style>
border-color css
<style>
span { border-color: #3BEA1E; }
span { border-color: rgb(59,234,30); }
td.TdClassName
{
border-color: #3BEA1E;
}
.TagClassName
{
border-color: #3BEA1E;
}
</style>