Shades of Harlequin #2FF302
Tints of Harlequin #2FF302
RGB
CMYK
RGB Variations
Color information
#2FF302 (or 0x2FF302) is known color: Harlequin. HEX triplet: 2F, F3 and 02. RGB value is (47,243,2). Sum of RGB (Red+Green+Blue) = 47+243+2=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 243 (95.31% from 255 or 83.22% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF302 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF302 is #D00CFD. Grayscale: #9D9D9D. Windows color (decimal): -13634814 or 193327. OLE color: 193327.
HSL color Cylindrical-coordinate representation of color #2FF302: hue angle of 108.8º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FF302 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 2 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.05 |
| HSL | 108.8º | 0.98% | 0.48% | - |
| HSV(B) | 108.8º | 0.99% | 0.95% | - |
| XYZ | 33.23 | 64.71 | 10.8 | - |
| YUV | 156.92 | 40.57 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 2 | 0.81 | 0 | 0.99 | 0.05 | 108.8 | 0.98 | 0.48 |
| Hex | 2F | F3 | 2 | 51 | 0 | 63 | 5 | 6D | 62 | 30 |
| Octal | 57 | 363 | 2 | 121 | 0 | 143 | 5 | 155 | 142 | 60 |
| Binary | 101111 | 11110011 | 10 | 1010001 | 0 | 1100011 | 101 | 1101101 | 1100010 | 110000 |
Color Harmonies of #2FF302
Complementary color
Monochromatic Colors of #2FF302
Black with #2FF302
Text Example
Text Example
White with #2FF302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF302; }
p { color: rgb(47,243,2); }
H1.HeaderClassName
{
color: #2FF302;
}
.AnyTagClassName
{
color: #2FF302;
}
</style>
background-color css
<style>
a { background-color: #2FF302; }
a { background-color: rgb(47,243,2); }
div.DivClassName
{
background-color: #2FF302;
}
.BgClassName
{
background-color: #2FF302;
}
</style>
border-color css
<style>
span { border-color: #2FF302; }
span { border-color: rgb(47,243,2); }
td.TdClassName
{
border-color: #2FF302;
}
.TagClassName
{
border-color: #2FF302;
}
</style>