Shades of Harlequin #2FFB1F
Tints of Harlequin #2FFB1F
RGB
CMYK
RGB Variations
Color information
#2FFB1F (or 0x2FFB1F) is known color: Harlequin. HEX triplet: 2F, FB and 1F. RGB value is (47,251,31). Sum of RGB (Red+Green+Blue) = 47+251+31=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 251 (98.44% from 255 or 76.29% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFB1F is #D004E0. Grayscale: #A5A5A5. Windows color (decimal): -13632737 or 2095919. OLE color: 2095919.
HSL color Cylindrical-coordinate representation of color #2FFB1F: hue angle of 115.64º 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 #2FFB1F is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 31 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.02 |
| HSL | 115.64º | 0.96% | 0.55% | - |
| HSV(B) | 115.64º | 0.88% | 0.98% | - |
| XYZ | 35.92 | 69.7 | 12.86 | - |
| YUV | 164.92 | 52.41 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 31 | 0.81 | 0 | 0.88 | 0.02 | 115.64 | 0.96 | 0.55 |
| Hex | 2F | FB | 1F | 51 | 0 | 58 | 2 | 74 | 60 | 37 |
| Octal | 57 | 373 | 37 | 121 | 0 | 130 | 2 | 164 | 140 | 67 |
| Binary | 101111 | 11111011 | 11111 | 1010001 | 0 | 1011000 | 10 | 1110100 | 1100000 | 110111 |
Color Harmonies of #2FFB1F
Complementary color
Monochromatic Colors of #2FFB1F
Black with #2FFB1F
Text Example
Text Example
White with #2FFB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFB1F; }
p { color: rgb(47,251,31); }
H1.HeaderClassName
{
color: #2FFB1F;
}
.AnyTagClassName
{
color: #2FFB1F;
}
</style>
background-color css
<style>
a { background-color: #2FFB1F; }
a { background-color: rgb(47,251,31); }
div.DivClassName
{
background-color: #2FFB1F;
}
.BgClassName
{
background-color: #2FFB1F;
}
</style>
border-color css
<style>
span { border-color: #2FFB1F; }
span { border-color: rgb(47,251,31); }
td.TdClassName
{
border-color: #2FFB1F;
}
.TagClassName
{
border-color: #2FFB1F;
}
</style>