Shades of Harlequin #2FF301
Tints of Harlequin #2FF301
RGB
CMYK
RGB Variations
Color information
#2FF301 (or 0x2FF301) is known color: Harlequin. HEX triplet: 2F, F3 and 01. RGB value is (47,243,1). Sum of RGB (Red+Green+Blue) = 47+243+1=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 243 (95.31% from 255 or 83.51% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF301 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF301 is #D00CFE. Grayscale: #9D9D9D. Windows color (decimal): -13634815 or 127791. OLE color: 127791.
HSL color Cylindrical-coordinate representation of color #2FF301: hue angle of 108.6º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FF301 is Cyan = 0.81, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 1 | - |
| CMYK | 0.81 | 0 | 1.00 | 0.05 |
| HSL | 108.6º | 0.99% | 0.48% | - |
| HSV(B) | 108.6º | 1% | 0.95% | - |
| XYZ | 33.23 | 64.71 | 10.77 | - |
| YUV | 156.81 | 40.07 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 1 | 0.81 | 0 | 1.00 | 0.05 | 108.6 | 0.99 | 0.48 |
| Hex | 2F | F3 | 1 | 51 | 0 | 64 | 5 | 6D | 63 | 30 |
| Octal | 57 | 363 | 1 | 121 | 0 | 144 | 5 | 155 | 143 | 60 |
| Binary | 101111 | 11110011 | 1 | 1010001 | 0 | 1100100 | 101 | 1101101 | 1100011 | 110000 |
Color Harmonies of #2FF301
Complementary color
Monochromatic Colors of #2FF301
Black with #2FF301
Text Example
Text Example
White with #2FF301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF301; }
p { color: rgb(47,243,1); }
H1.HeaderClassName
{
color: #2FF301;
}
.AnyTagClassName
{
color: #2FF301;
}
</style>
background-color css
<style>
a { background-color: #2FF301; }
a { background-color: rgb(47,243,1); }
div.DivClassName
{
background-color: #2FF301;
}
.BgClassName
{
background-color: #2FF301;
}
</style>
border-color css
<style>
span { border-color: #2FF301; }
span { border-color: rgb(47,243,1); }
td.TdClassName
{
border-color: #2FF301;
}
.TagClassName
{
border-color: #2FF301;
}
</style>