Shades of Harlequin #2FE303
Tints of Harlequin #2FE303
RGB
CMYK
RGB Variations
Color information
#2FE303 (or 0x2FE303) is known color: Harlequin. HEX triplet: 2F, E3 and 03. RGB value is (47,227,3). Sum of RGB (Red+Green+Blue) = 47+227+3=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 227 (89.06% from 255 or 81.95% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 227 - color contains mainly: green. Hex color #2FE303 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FE303 is #D01CFC. Grayscale: #949494. Windows color (decimal): -13638909 or 254767. OLE color: 254767.
HSL color Cylindrical-coordinate representation of color #2FE303: hue angle of 108.21º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FE303 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 227 | 3 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.11 |
| HSL | 108.21º | 0.97% | 0.45% | - |
| HSV(B) | 108.21º | 0.99% | 0.89% | - |
| XYZ | 28.66 | 55.55 | 9.3 | - |
| YUV | 147.64 | 46.37 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 227 | 3 | 0.79 | 0 | 0.99 | 0.11 | 108.21 | 0.97 | 0.45 |
| Hex | 2F | E3 | 3 | 4F | 0 | 63 | B | 6C | 61 | 2D |
| Octal | 57 | 343 | 3 | 117 | 0 | 143 | 13 | 154 | 141 | 55 |
| Binary | 101111 | 11100011 | 11 | 1001111 | 0 | 1100011 | 1011 | 1101100 | 1100001 | 101101 |
Color Harmonies of #2FE303
Complementary color
Monochromatic Colors of #2FE303
Black with #2FE303
Text Example
Text Example
White with #2FE303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE303; }
p { color: rgb(47,227,3); }
H1.HeaderClassName
{
color: #2FE303;
}
.AnyTagClassName
{
color: #2FE303;
}
</style>
background-color css
<style>
a { background-color: #2FE303; }
a { background-color: rgb(47,227,3); }
div.DivClassName
{
background-color: #2FE303;
}
.BgClassName
{
background-color: #2FE303;
}
</style>
border-color css
<style>
span { border-color: #2FE303; }
span { border-color: rgb(47,227,3); }
td.TdClassName
{
border-color: #2FE303;
}
.TagClassName
{
border-color: #2FE303;
}
</style>