Shades of Harlequin #2FF310
Tints of Harlequin #2FF310
RGB
CMYK
RGB Variations
Color information
#2FF310 (or 0x2FF310) is known color: Harlequin. HEX triplet: 2F, F3 and 10. RGB value is (47,243,16). Sum of RGB (Red+Green+Blue) = 47+243+16=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 243 (95.31% from 255 or 79.41% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF310 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF310 is #D00CEF. Grayscale: #9F9F9F. Windows color (decimal): -13634800 or 1110831. OLE color: 1110831.
HSL color Cylindrical-coordinate representation of color #2FF310: hue angle of 111.81º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FF310 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 16 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.05 |
| HSL | 111.81º | 0.9% | 0.51% | - |
| HSV(B) | 111.81º | 0.93% | 0.95% | - |
| XYZ | 33.32 | 64.74 | 11.23 | - |
| YUV | 158.52 | 47.57 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 16 | 0.81 | 0 | 0.93 | 0.05 | 111.81 | 0.9 | 0.51 |
| Hex | 2F | F3 | 10 | 51 | 0 | 5D | 5 | 70 | 5A | 33 |
| Octal | 57 | 363 | 20 | 121 | 0 | 135 | 5 | 160 | 132 | 63 |
| Binary | 101111 | 11110011 | 10000 | 1010001 | 0 | 1011101 | 101 | 1110000 | 1011010 | 110011 |
Color Harmonies of #2FF310
Complementary color
Monochromatic Colors of #2FF310
Black with #2FF310
Text Example
Text Example
White with #2FF310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF310; }
p { color: rgb(47,243,16); }
H1.HeaderClassName
{
color: #2FF310;
}
.AnyTagClassName
{
color: #2FF310;
}
</style>
background-color css
<style>
a { background-color: #2FF310; }
a { background-color: rgb(47,243,16); }
div.DivClassName
{
background-color: #2FF310;
}
.BgClassName
{
background-color: #2FF310;
}
</style>
border-color css
<style>
span { border-color: #2FF310; }
span { border-color: rgb(47,243,16); }
td.TdClassName
{
border-color: #2FF310;
}
.TagClassName
{
border-color: #2FF310;
}
</style>