Shades of Harlequin #2FF308
Tints of Harlequin #2FF308
RGB
CMYK
RGB Variations
Color information
#2FF308 (or 0x2FF308) is known color: Harlequin. HEX triplet: 2F, F3 and 08. RGB value is (47,243,8). Sum of RGB (Red+Green+Blue) = 47+243+8=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 243 (95.31% from 255 or 81.54% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF308 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF308 is #D00CF7. Grayscale: #9E9E9E. Windows color (decimal): -13634808 or 586543. OLE color: 586543.
HSL color Cylindrical-coordinate representation of color #2FF308: hue angle of 110.04º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2FF308 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 8 | - |
| CMYK | 0.81 | 0 | 0.97 | 0.05 |
| HSL | 110.04º | 0.94% | 0.49% | - |
| HSV(B) | 110.04º | 0.97% | 0.95% | - |
| XYZ | 33.27 | 64.72 | 10.97 | - |
| YUV | 157.61 | 43.57 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 8 | 0.81 | 0 | 0.97 | 0.05 | 110.04 | 0.94 | 0.49 |
| Hex | 2F | F3 | 8 | 51 | 0 | 61 | 5 | 6E | 5E | 31 |
| Octal | 57 | 363 | 10 | 121 | 0 | 141 | 5 | 156 | 136 | 61 |
| Binary | 101111 | 11110011 | 1000 | 1010001 | 0 | 1100001 | 101 | 1101110 | 1011110 | 110001 |
Color Harmonies of #2FF308
Complementary color
Monochromatic Colors of #2FF308
Black with #2FF308
Text Example
Text Example
White with #2FF308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF308; }
p { color: rgb(47,243,8); }
H1.HeaderClassName
{
color: #2FF308;
}
.AnyTagClassName
{
color: #2FF308;
}
</style>
background-color css
<style>
a { background-color: #2FF308; }
a { background-color: rgb(47,243,8); }
div.DivClassName
{
background-color: #2FF308;
}
.BgClassName
{
background-color: #2FF308;
}
</style>
border-color css
<style>
span { border-color: #2FF308; }
span { border-color: rgb(47,243,8); }
td.TdClassName
{
border-color: #2FF308;
}
.TagClassName
{
border-color: #2FF308;
}
</style>