Shades of Harlequin #2FF307
Tints of Harlequin #2FF307
RGB
CMYK
RGB Variations
Color information
#2FF307 (or 0x2FF307) is known color: Harlequin. HEX triplet: 2F, F3 and 07. RGB value is (47,243,7). Sum of RGB (Red+Green+Blue) = 47+243+7=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 243 (95.31% from 255 or 81.82% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF307 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF307 is #D00CF8. Grayscale: #9E9E9E. Windows color (decimal): -13634809 or 521007. OLE color: 521007.
HSL color Cylindrical-coordinate representation of color #2FF307: hue angle of 109.83º 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 #2FF307 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 7 | - |
| CMYK | 0.81 | 0 | 0.97 | 0.05 |
| HSL | 109.83º | 0.94% | 0.49% | - |
| HSV(B) | 109.83º | 0.97% | 0.95% | - |
| XYZ | 33.26 | 64.72 | 10.94 | - |
| YUV | 157.49 | 43.07 | 49.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 7 | 0.81 | 0 | 0.97 | 0.05 | 109.83 | 0.94 | 0.49 |
| Hex | 2F | F3 | 7 | 51 | 0 | 61 | 5 | 6E | 5E | 31 |
| Octal | 57 | 363 | 7 | 121 | 0 | 141 | 5 | 156 | 136 | 61 |
| Binary | 101111 | 11110011 | 111 | 1010001 | 0 | 1100001 | 101 | 1101110 | 1011110 | 110001 |
Color Harmonies of #2FF307
Complementary color
Monochromatic Colors of #2FF307
Black with #2FF307
Text Example
Text Example
White with #2FF307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF307; }
p { color: rgb(47,243,7); }
H1.HeaderClassName
{
color: #2FF307;
}
.AnyTagClassName
{
color: #2FF307;
}
</style>
background-color css
<style>
a { background-color: #2FF307; }
a { background-color: rgb(47,243,7); }
div.DivClassName
{
background-color: #2FF307;
}
.BgClassName
{
background-color: #2FF307;
}
</style>
border-color css
<style>
span { border-color: #2FF307; }
span { border-color: rgb(47,243,7); }
td.TdClassName
{
border-color: #2FF307;
}
.TagClassName
{
border-color: #2FF307;
}
</style>