Shades of Harlequin #2FF31C
Tints of Harlequin #2FF31C
RGB
CMYK
RGB Variations
Color information
#2FF31C (or 0x2FF31C) is known color: Harlequin. HEX triplet: 2F, F3 and 1C. RGB value is (47,243,28). Sum of RGB (Red+Green+Blue) = 47+243+28=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 243 (95.31% from 255 or 76.42% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF31C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF31C is #D00CE3. Grayscale: #A0A0A0. Windows color (decimal): -13634788 or 1897263. OLE color: 1897263.
HSL color Cylindrical-coordinate representation of color #2FF31C: hue angle of 114.7º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FF31C is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 28 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.05 |
| HSL | 114.7º | 0.9% | 0.53% | - |
| HSV(B) | 114.7º | 0.88% | 0.95% | - |
| XYZ | 33.43 | 64.79 | 11.84 | - |
| YUV | 159.89 | 53.57 | 47.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 28 | 0.81 | 0 | 0.88 | 0.05 | 114.7 | 0.9 | 0.53 |
| Hex | 2F | F3 | 1C | 51 | 0 | 58 | 5 | 73 | 5A | 35 |
| Octal | 57 | 363 | 34 | 121 | 0 | 130 | 5 | 163 | 132 | 65 |
| Binary | 101111 | 11110011 | 11100 | 1010001 | 0 | 1011000 | 101 | 1110011 | 1011010 | 110101 |
Color Harmonies of #2FF31C
Complementary color
Monochromatic Colors of #2FF31C
Black with #2FF31C
Text Example
Text Example
White with #2FF31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF31C; }
p { color: rgb(47,243,28); }
H1.HeaderClassName
{
color: #2FF31C;
}
.AnyTagClassName
{
color: #2FF31C;
}
</style>
background-color css
<style>
a { background-color: #2FF31C; }
a { background-color: rgb(47,243,28); }
div.DivClassName
{
background-color: #2FF31C;
}
.BgClassName
{
background-color: #2FF31C;
}
</style>
border-color css
<style>
span { border-color: #2FF31C; }
span { border-color: rgb(47,243,28); }
td.TdClassName
{
border-color: #2FF31C;
}
.TagClassName
{
border-color: #2FF31C;
}
</style>