Shades of Harlequin #2FFA1A
Tints of Harlequin #2FFA1A
RGB
CMYK
RGB Variations
Color information
#2FFA1A (or 0x2FFA1A) is known color: Harlequin. HEX triplet: 2F, FA and 1A. RGB value is (47,250,26). Sum of RGB (Red+Green+Blue) = 47+250+26=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 250 (98.05% from 255 or 77.40% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFA1A is #D005E5. Grayscale: #A4A4A4. Windows color (decimal): -13632998 or 1767983. OLE color: 1767983.
HSL color Cylindrical-coordinate representation of color #2FFA1A: hue angle of 114.38º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FFA1A is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 26 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.02 |
| HSL | 114.38º | 0.96% | 0.54% | - |
| HSV(B) | 114.38º | 0.9% | 0.98% | - |
| XYZ | 35.54 | 69.05 | 12.43 | - |
| YUV | 163.77 | 50.25 | 44.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 26 | 0.81 | 0 | 0.90 | 0.02 | 114.38 | 0.96 | 0.54 |
| Hex | 2F | FA | 1A | 51 | 0 | 5A | 2 | 72 | 60 | 36 |
| Octal | 57 | 372 | 32 | 121 | 0 | 132 | 2 | 162 | 140 | 66 |
| Binary | 101111 | 11111010 | 11010 | 1010001 | 0 | 1011010 | 10 | 1110010 | 1100000 | 110110 |
Color Harmonies of #2FFA1A
Complementary color
Monochromatic Colors of #2FFA1A
Black with #2FFA1A
Text Example
Text Example
White with #2FFA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA1A; }
p { color: rgb(47,250,26); }
H1.HeaderClassName
{
color: #2FFA1A;
}
.AnyTagClassName
{
color: #2FFA1A;
}
</style>
background-color css
<style>
a { background-color: #2FFA1A; }
a { background-color: rgb(47,250,26); }
div.DivClassName
{
background-color: #2FFA1A;
}
.BgClassName
{
background-color: #2FFA1A;
}
</style>
border-color css
<style>
span { border-color: #2FFA1A; }
span { border-color: rgb(47,250,26); }
td.TdClassName
{
border-color: #2FFA1A;
}
.TagClassName
{
border-color: #2FFA1A;
}
</style>