Shades of Harlequin #2FFA1E
Tints of Harlequin #2FFA1E
RGB
CMYK
RGB Variations
Color information
#2FFA1E (or 0x2FFA1E) is known color: Harlequin. HEX triplet: 2F, FA and 1E. RGB value is (47,250,30). Sum of RGB (Red+Green+Blue) = 47+250+30=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 250 (98.05% from 255 or 76.45% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFA1E is #D005E1. Grayscale: #A4A4A4. Windows color (decimal): -13632994 or 2030127. OLE color: 2030127.
HSL color Cylindrical-coordinate representation of color #2FFA1E: hue angle of 115.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FFA1E is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 30 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.02 |
| HSL | 115.36º | 0.96% | 0.55% | - |
| HSV(B) | 115.36º | 0.88% | 0.98% | - |
| XYZ | 35.59 | 69.07 | 12.68 | - |
| YUV | 164.22 | 52.25 | 44.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 30 | 0.81 | 0 | 0.88 | 0.02 | 115.36 | 0.96 | 0.55 |
| Hex | 2F | FA | 1E | 51 | 0 | 58 | 2 | 73 | 60 | 37 |
| Octal | 57 | 372 | 36 | 121 | 0 | 130 | 2 | 163 | 140 | 67 |
| Binary | 101111 | 11111010 | 11110 | 1010001 | 0 | 1011000 | 10 | 1110011 | 1100000 | 110111 |
Color Harmonies of #2FFA1E
Complementary color
Monochromatic Colors of #2FFA1E
Black with #2FFA1E
Text Example
Text Example
White with #2FFA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA1E; }
p { color: rgb(47,250,30); }
H1.HeaderClassName
{
color: #2FFA1E;
}
.AnyTagClassName
{
color: #2FFA1E;
}
</style>
background-color css
<style>
a { background-color: #2FFA1E; }
a { background-color: rgb(47,250,30); }
div.DivClassName
{
background-color: #2FFA1E;
}
.BgClassName
{
background-color: #2FFA1E;
}
</style>
border-color css
<style>
span { border-color: #2FFA1E; }
span { border-color: rgb(47,250,30); }
td.TdClassName
{
border-color: #2FFA1E;
}
.TagClassName
{
border-color: #2FFA1E;
}
</style>