Shades of Harlequin #2FE603
Tints of Harlequin #2FE603
RGB
CMYK
RGB Variations
Color information
#2FE603 (or 0x2FE603) is known color: Harlequin. HEX triplet: 2F, E6 and 03. RGB value is (47,230,3). Sum of RGB (Red+Green+Blue) = 47+230+3=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 230 (90.23% from 255 or 82.14% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE603 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FE603 is #D019FC. Grayscale: #969696. Windows color (decimal): -13638141 or 255535. OLE color: 255535.
HSL color Cylindrical-coordinate representation of color #2FE603: hue angle of 108.37º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FE603 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 230 | 3 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.10 |
| HSL | 108.37º | 0.97% | 0.46% | - |
| HSV(B) | 108.37º | 0.99% | 0.9% | - |
| XYZ | 29.49 | 57.2 | 9.57 | - |
| YUV | 149.41 | 45.37 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 230 | 3 | 0.80 | 0 | 0.99 | 0.10 | 108.37 | 0.97 | 0.46 |
| Hex | 2F | E6 | 3 | 50 | 0 | 63 | A | 6C | 61 | 2E |
| Octal | 57 | 346 | 3 | 120 | 0 | 143 | 12 | 154 | 141 | 56 |
| Binary | 101111 | 11100110 | 11 | 1010000 | 0 | 1100011 | 1010 | 1101100 | 1100001 | 101110 |
Color Harmonies of #2FE603
Complementary color
Monochromatic Colors of #2FE603
Black with #2FE603
Text Example
Text Example
White with #2FE603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE603; }
p { color: rgb(47,230,3); }
H1.HeaderClassName
{
color: #2FE603;
}
.AnyTagClassName
{
color: #2FE603;
}
</style>
background-color css
<style>
a { background-color: #2FE603; }
a { background-color: rgb(47,230,3); }
div.DivClassName
{
background-color: #2FE603;
}
.BgClassName
{
background-color: #2FE603;
}
</style>
border-color css
<style>
span { border-color: #2FE603; }
span { border-color: rgb(47,230,3); }
td.TdClassName
{
border-color: #2FE603;
}
.TagClassName
{
border-color: #2FE603;
}
</style>