Shades of Harlequin #3EEA1B
Tints of Harlequin #3EEA1B
RGB
CMYK
RGB Variations
Color information
#3EEA1B (or 0x3EEA1B) is known color: Harlequin. HEX triplet: 3E, EA and 1B. RGB value is (62,234,27). Sum of RGB (Red+Green+Blue) = 62+234+27=323 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.20% from 323); Green value is 234 (91.80% from 255 or 72.45% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEA1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EEA1B is #C115E4. Grayscale: #9F9F9F. Windows color (decimal): -12654053 or 1829438. OLE color: 1829438.
HSL color Cylindrical-coordinate representation of color #3EEA1B: hue angle of 109.86º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3EEA1B is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 234 | 27 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.08 |
| HSL | 109.86º | 0.83% | 0.51% | - |
| HSV(B) | 109.86º | 0.88% | 0.92% | - |
| XYZ | 31.61 | 59.95 | 10.94 | - |
| YUV | 158.97 | 53.52 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 234 | 27 | 0.74 | 0 | 0.88 | 0.08 | 109.86 | 0.83 | 0.51 |
| Hex | 3E | EA | 1B | 4A | 0 | 58 | 8 | 6E | 53 | 33 |
| Octal | 76 | 352 | 33 | 112 | 0 | 130 | 10 | 156 | 123 | 63 |
| Binary | 111110 | 11101010 | 11011 | 1001010 | 0 | 1011000 | 1000 | 1101110 | 1010011 | 110011 |
Color Harmonies of #3EEA1B
Complementary color
Monochromatic Colors of #3EEA1B
Black with #3EEA1B
Text Example
Text Example
White with #3EEA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEA1B; }
p { color: rgb(62,234,27); }
H1.HeaderClassName
{
color: #3EEA1B;
}
.AnyTagClassName
{
color: #3EEA1B;
}
</style>
background-color css
<style>
a { background-color: #3EEA1B; }
a { background-color: rgb(62,234,27); }
div.DivClassName
{
background-color: #3EEA1B;
}
.BgClassName
{
background-color: #3EEA1B;
}
</style>
border-color css
<style>
span { border-color: #3EEA1B; }
span { border-color: rgb(62,234,27); }
td.TdClassName
{
border-color: #3EEA1B;
}
.TagClassName
{
border-color: #3EEA1B;
}
</style>