Shades of Harlequin #2EFD1A
Tints of Harlequin #2EFD1A
RGB
CMYK
RGB Variations
Color information
#2EFD1A (or 0x2EFD1A) is known color: Harlequin. HEX triplet: 2E, FD and 1A. RGB value is (46,253,26). Sum of RGB (Red+Green+Blue) = 46+253+26=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 253 (99.22% from 255 or 77.85% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFD1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFD1A is #D102E5. Grayscale: #A5A5A5. Windows color (decimal): -13697766 or 1768750. OLE color: 1768750.
HSL color Cylindrical-coordinate representation of color #2EFD1A: hue angle of 114.71º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EFD1A is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 253 | 26 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.01 |
| HSL | 114.71º | 0.98% | 0.55% | - |
| HSV(B) | 114.71º | 0.9% | 0.99% | - |
| XYZ | 36.44 | 70.91 | 12.74 | - |
| YUV | 165.23 | 49.42 | 42.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 253 | 26 | 0.82 | 0 | 0.90 | 0.01 | 114.71 | 0.98 | 0.55 |
| Hex | 2E | FD | 1A | 52 | 0 | 5A | 1 | 73 | 62 | 37 |
| Octal | 56 | 375 | 32 | 122 | 0 | 132 | 1 | 163 | 142 | 67 |
| Binary | 101110 | 11111101 | 11010 | 1010010 | 0 | 1011010 | 1 | 1110011 | 1100010 | 110111 |
Color Harmonies of #2EFD1A
Complementary color
Monochromatic Colors of #2EFD1A
Black with #2EFD1A
Text Example
Text Example
White with #2EFD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFD1A; }
p { color: rgb(46,253,26); }
H1.HeaderClassName
{
color: #2EFD1A;
}
.AnyTagClassName
{
color: #2EFD1A;
}
</style>
background-color css
<style>
a { background-color: #2EFD1A; }
a { background-color: rgb(46,253,26); }
div.DivClassName
{
background-color: #2EFD1A;
}
.BgClassName
{
background-color: #2EFD1A;
}
</style>
border-color css
<style>
span { border-color: #2EFD1A; }
span { border-color: rgb(46,253,26); }
td.TdClassName
{
border-color: #2EFD1A;
}
.TagClassName
{
border-color: #2EFD1A;
}
</style>