Shades of Harlequin #2EFA1B
Tints of Harlequin #2EFA1B
RGB
CMYK
RGB Variations
Color information
#2EFA1B (or 0x2EFA1B) is known color: Harlequin. HEX triplet: 2E, FA and 1B. RGB value is (46,250,27). Sum of RGB (Red+Green+Blue) = 46+250+27=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 250 (98.05% from 255 or 77.40% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFA1B is #D105E4. Grayscale: #A4A4A4. Windows color (decimal): -13698533 or 1833518. OLE color: 1833518.
HSL color Cylindrical-coordinate representation of color #2EFA1B: hue angle of 114.89º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2EFA1B is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 27 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.02 |
| HSL | 114.89º | 0.96% | 0.54% | - |
| HSV(B) | 114.89º | 0.89% | 0.98% | - |
| XYZ | 35.51 | 69.03 | 12.49 | - |
| YUV | 163.58 | 50.91 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 27 | 0.82 | 0 | 0.89 | 0.02 | 114.89 | 0.96 | 0.54 |
| Hex | 2E | FA | 1B | 52 | 0 | 59 | 2 | 73 | 60 | 36 |
| Octal | 56 | 372 | 33 | 122 | 0 | 131 | 2 | 163 | 140 | 66 |
| Binary | 101110 | 11111010 | 11011 | 1010010 | 0 | 1011001 | 10 | 1110011 | 1100000 | 110110 |
Color Harmonies of #2EFA1B
Complementary color
Monochromatic Colors of #2EFA1B
Black with #2EFA1B
Text Example
Text Example
White with #2EFA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFA1B; }
p { color: rgb(46,250,27); }
H1.HeaderClassName
{
color: #2EFA1B;
}
.AnyTagClassName
{
color: #2EFA1B;
}
</style>
background-color css
<style>
a { background-color: #2EFA1B; }
a { background-color: rgb(46,250,27); }
div.DivClassName
{
background-color: #2EFA1B;
}
.BgClassName
{
background-color: #2EFA1B;
}
</style>
border-color css
<style>
span { border-color: #2EFA1B; }
span { border-color: rgb(46,250,27); }
td.TdClassName
{
border-color: #2EFA1B;
}
.TagClassName
{
border-color: #2EFA1B;
}
</style>