Shades of Harlequin #2FF203
Tints of Harlequin #2FF203
RGB
CMYK
RGB Variations
Color information
#2FF203 (or 0x2FF203) is known color: Harlequin. HEX triplet: 2F, F2 and 03. RGB value is (47,242,3). Sum of RGB (Red+Green+Blue) = 47+242+3=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 242 (94.92% from 255 or 82.88% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF203 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF203 is #D00DFC. Grayscale: #9D9D9D. Windows color (decimal): -13635069 or 258607. OLE color: 258607.
HSL color Cylindrical-coordinate representation of color #2FF203: hue angle of 108.95º 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 #2FF203 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 3 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.05 |
| HSL | 108.95º | 0.98% | 0.48% | - |
| HSV(B) | 108.95º | 0.99% | 0.95% | - |
| XYZ | 32.94 | 64.12 | 10.73 | - |
| YUV | 156.45 | 41.4 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 3 | 0.81 | 0 | 0.99 | 0.05 | 108.95 | 0.98 | 0.48 |
| Hex | 2F | F2 | 3 | 51 | 0 | 63 | 5 | 6D | 62 | 30 |
| Octal | 57 | 362 | 3 | 121 | 0 | 143 | 5 | 155 | 142 | 60 |
| Binary | 101111 | 11110010 | 11 | 1010001 | 0 | 1100011 | 101 | 1101101 | 1100010 | 110000 |
Color Harmonies of #2FF203
Complementary color
Monochromatic Colors of #2FF203
Black with #2FF203
Text Example
Text Example
White with #2FF203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF203; }
p { color: rgb(47,242,3); }
H1.HeaderClassName
{
color: #2FF203;
}
.AnyTagClassName
{
color: #2FF203;
}
</style>
background-color css
<style>
a { background-color: #2FF203; }
a { background-color: rgb(47,242,3); }
div.DivClassName
{
background-color: #2FF203;
}
.BgClassName
{
background-color: #2FF203;
}
</style>
border-color css
<style>
span { border-color: #2FF203; }
span { border-color: rgb(47,242,3); }
td.TdClassName
{
border-color: #2FF203;
}
.TagClassName
{
border-color: #2FF203;
}
</style>