Shades of Harlequin #2FE408
Tints of Harlequin #2FE408
RGB
CMYK
RGB Variations
Color information
#2FE408 (or 0x2FE408) is known color: Harlequin. HEX triplet: 2F, E4 and 08. RGB value is (47,228,8). Sum of RGB (Red+Green+Blue) = 47+228+8=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 228 (89.45% from 255 or 80.57% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 228 - color contains mainly: green. Hex color #2FE408 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FE408 is #D01BF7. Grayscale: #959595. Windows color (decimal): -13638648 or 582703. OLE color: 582703.
HSL color Cylindrical-coordinate representation of color #2FE408: hue angle of 109.36º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FE408 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 228 | 8 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.11 |
| HSL | 109.36º | 0.93% | 0.46% | - |
| HSV(B) | 109.36º | 0.96% | 0.89% | - |
| XYZ | 28.96 | 56.11 | 9.53 | - |
| YUV | 148.8 | 48.53 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 228 | 8 | 0.79 | 0 | 0.96 | 0.11 | 109.36 | 0.93 | 0.46 |
| Hex | 2F | E4 | 8 | 4F | 0 | 60 | B | 6D | 5D | 2E |
| Octal | 57 | 344 | 10 | 117 | 0 | 140 | 13 | 155 | 135 | 56 |
| Binary | 101111 | 11100100 | 1000 | 1001111 | 0 | 1100000 | 1011 | 1101101 | 1011101 | 101110 |
Color Harmonies of #2FE408
Complementary color
Monochromatic Colors of #2FE408
Black with #2FE408
Text Example
Text Example
White with #2FE408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE408; }
p { color: rgb(47,228,8); }
H1.HeaderClassName
{
color: #2FE408;
}
.AnyTagClassName
{
color: #2FE408;
}
</style>
background-color css
<style>
a { background-color: #2FE408; }
a { background-color: rgb(47,228,8); }
div.DivClassName
{
background-color: #2FE408;
}
.BgClassName
{
background-color: #2FE408;
}
</style>
border-color css
<style>
span { border-color: #2FE408; }
span { border-color: rgb(47,228,8); }
td.TdClassName
{
border-color: #2FE408;
}
.TagClassName
{
border-color: #2FE408;
}
</style>