Shades of Harlequin #2EFC09
Tints of Harlequin #2EFC09
RGB
CMYK
RGB Variations
Color information
#2EFC09 (or 0x2EFC09) is known color: Harlequin. HEX triplet: 2E, FC and 09. RGB value is (46,252,9). Sum of RGB (Red+Green+Blue) = 46+252+9=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 252 (98.83% from 255 or 82.08% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFC09 is #D103F6. Grayscale: #A3A3A3. Windows color (decimal): -13698039 or 654382. OLE color: 654382.
HSL color Cylindrical-coordinate representation of color #2EFC09: hue angle of 110.86º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2EFC09 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 9 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.01 |
| HSL | 110.86º | 0.98% | 0.51% | - |
| HSV(B) | 110.86º | 0.96% | 0.99% | - |
| XYZ | 35.99 | 70.22 | 11.92 | - |
| YUV | 162.7 | 41.25 | 44.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 9 | 0.82 | 0 | 0.96 | 0.01 | 110.86 | 0.98 | 0.51 |
| Hex | 2E | FC | 9 | 52 | 0 | 60 | 1 | 6F | 62 | 33 |
| Octal | 56 | 374 | 11 | 122 | 0 | 140 | 1 | 157 | 142 | 63 |
| Binary | 101110 | 11111100 | 1001 | 1010010 | 0 | 1100000 | 1 | 1101111 | 1100010 | 110011 |
Color Harmonies of #2EFC09
Complementary color
Monochromatic Colors of #2EFC09
Black with #2EFC09
Text Example
Text Example
White with #2EFC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFC09; }
p { color: rgb(46,252,9); }
H1.HeaderClassName
{
color: #2EFC09;
}
.AnyTagClassName
{
color: #2EFC09;
}
</style>
background-color css
<style>
a { background-color: #2EFC09; }
a { background-color: rgb(46,252,9); }
div.DivClassName
{
background-color: #2EFC09;
}
.BgClassName
{
background-color: #2EFC09;
}
</style>
border-color css
<style>
span { border-color: #2EFC09; }
span { border-color: rgb(46,252,9); }
td.TdClassName
{
border-color: #2EFC09;
}
.TagClassName
{
border-color: #2EFC09;
}
</style>