Shades of Harlequin #2FF90A
Tints of Harlequin #2FF90A
RGB
CMYK
RGB Variations
Color information
#2FF90A (or 0x2FF90A) is known color: Harlequin. HEX triplet: 2F, F9 and 0A. RGB value is (47,249,10). Sum of RGB (Red+Green+Blue) = 47+249+10=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 249 (97.66% from 255 or 81.37% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF90A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF90A is #D006F5. Grayscale: #A2A2A2. Windows color (decimal): -13633270 or 719151. OLE color: 719151.
HSL color Cylindrical-coordinate representation of color #2FF90A: hue angle of 110.71º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FF90A is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 10 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.02 |
| HSL | 110.71º | 0.95% | 0.51% | - |
| HSV(B) | 110.71º | 0.96% | 0.98% | - |
| XYZ | 35.1 | 68.38 | 11.64 | - |
| YUV | 161.36 | 42.58 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 10 | 0.81 | 0 | 0.96 | 0.02 | 110.71 | 0.95 | 0.51 |
| Hex | 2F | F9 | A | 51 | 0 | 60 | 2 | 6F | 5F | 33 |
| Octal | 57 | 371 | 12 | 121 | 0 | 140 | 2 | 157 | 137 | 63 |
| Binary | 101111 | 11111001 | 1010 | 1010001 | 0 | 1100000 | 10 | 1101111 | 1011111 | 110011 |
Color Harmonies of #2FF90A
Complementary color
Monochromatic Colors of #2FF90A
Black with #2FF90A
Text Example
Text Example
White with #2FF90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF90A; }
p { color: rgb(47,249,10); }
H1.HeaderClassName
{
color: #2FF90A;
}
.AnyTagClassName
{
color: #2FF90A;
}
</style>
background-color css
<style>
a { background-color: #2FF90A; }
a { background-color: rgb(47,249,10); }
div.DivClassName
{
background-color: #2FF90A;
}
.BgClassName
{
background-color: #2FF90A;
}
</style>
border-color css
<style>
span { border-color: #2FF90A; }
span { border-color: rgb(47,249,10); }
td.TdClassName
{
border-color: #2FF90A;
}
.TagClassName
{
border-color: #2FF90A;
}
</style>