Shades of Harlequin #2EFB04
Tints of Harlequin #2EFB04
RGB
CMYK
RGB Variations
Color information
#2EFB04 (or 0x2EFB04) is known color: Harlequin. HEX triplet: 2E, FB and 04. RGB value is (46,251,4). Sum of RGB (Red+Green+Blue) = 46+251+4=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 251 (98.44% from 255 or 83.39% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFB04 is #D104FB. Grayscale: #A2A2A2. Windows color (decimal): -13698300 or 326446. OLE color: 326446.
HSL color Cylindrical-coordinate representation of color #2EFB04: hue angle of 109.8º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EFB04 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 4 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.02 |
| HSL | 109.8º | 0.97% | 0.5% | - |
| HSV(B) | 109.8º | 0.98% | 0.98% | - |
| XYZ | 35.65 | 69.58 | 11.67 | - |
| YUV | 161.55 | 39.08 | 45.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 4 | 0.82 | 0 | 0.98 | 0.02 | 109.8 | 0.97 | 0.5 |
| Hex | 2E | FB | 4 | 52 | 0 | 62 | 2 | 6E | 61 | 32 |
| Octal | 56 | 373 | 4 | 122 | 0 | 142 | 2 | 156 | 141 | 62 |
| Binary | 101110 | 11111011 | 100 | 1010010 | 0 | 1100010 | 10 | 1101110 | 1100001 | 110010 |
Color Harmonies of #2EFB04
Complementary color
Monochromatic Colors of #2EFB04
Black with #2EFB04
Text Example
Text Example
White with #2EFB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFB04; }
p { color: rgb(46,251,4); }
H1.HeaderClassName
{
color: #2EFB04;
}
.AnyTagClassName
{
color: #2EFB04;
}
</style>
background-color css
<style>
a { background-color: #2EFB04; }
a { background-color: rgb(46,251,4); }
div.DivClassName
{
background-color: #2EFB04;
}
.BgClassName
{
background-color: #2EFB04;
}
</style>
border-color css
<style>
span { border-color: #2EFB04; }
span { border-color: rgb(46,251,4); }
td.TdClassName
{
border-color: #2EFB04;
}
.TagClassName
{
border-color: #2EFB04;
}
</style>