Shades of Harlequin #2FE90A
Tints of Harlequin #2FE90A
RGB
CMYK
RGB Variations
Color information
#2FE90A (or 0x2FE90A) is known color: Harlequin. HEX triplet: 2F, E9 and 0A. RGB value is (47,233,10). Sum of RGB (Red+Green+Blue) = 47+233+10=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 233 (91.41% from 255 or 80.34% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE90A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FE90A is #D016F5. Grayscale: #989898. Windows color (decimal): -13637366 or 715055. OLE color: 715055.
HSL color Cylindrical-coordinate representation of color #2FE90A: hue angle of 110.04º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FE90A is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 10 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.09 |
| HSL | 110.04º | 0.92% | 0.48% | - |
| HSV(B) | 110.04º | 0.96% | 0.91% | - |
| XYZ | 30.37 | 58.9 | 10.06 | - |
| YUV | 151.96 | 47.88 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 10 | 0.80 | 0 | 0.96 | 0.09 | 110.04 | 0.92 | 0.48 |
| Hex | 2F | E9 | A | 50 | 0 | 60 | 9 | 6E | 5C | 30 |
| Octal | 57 | 351 | 12 | 120 | 0 | 140 | 11 | 156 | 134 | 60 |
| Binary | 101111 | 11101001 | 1010 | 1010000 | 0 | 1100000 | 1001 | 1101110 | 1011100 | 110000 |
Color Harmonies of #2FE90A
Complementary color
Monochromatic Colors of #2FE90A
Black with #2FE90A
Text Example
Text Example
White with #2FE90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE90A; }
p { color: rgb(47,233,10); }
H1.HeaderClassName
{
color: #2FE90A;
}
.AnyTagClassName
{
color: #2FE90A;
}
</style>
background-color css
<style>
a { background-color: #2FE90A; }
a { background-color: rgb(47,233,10); }
div.DivClassName
{
background-color: #2FE90A;
}
.BgClassName
{
background-color: #2FE90A;
}
</style>
border-color css
<style>
span { border-color: #2FE90A; }
span { border-color: rgb(47,233,10); }
td.TdClassName
{
border-color: #2FE90A;
}
.TagClassName
{
border-color: #2FE90A;
}
</style>