Shades of Harlequin #3FE402
Tints of Harlequin #3FE402
RGB
CMYK
RGB Variations
Color information
#3FE402 (or 0x3FE402) is known color: Harlequin. HEX triplet: 3F, E4 and 02. RGB value is (63,228,2). Sum of RGB (Red+Green+Blue) = 63+228+2=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 228 (89.45% from 255 or 77.82% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 228 - color contains mainly: green. Hex color #3FE402 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FE402 is #C01BFD. Grayscale: #999999. Windows color (decimal): -12590078 or 189503. OLE color: 189503.
HSL color Cylindrical-coordinate representation of color #3FE402: hue angle of 103.81º degrees, saturation: 0.98, 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 #3FE402 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 228 | 2 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.11 |
| HSL | 103.81º | 0.98% | 0.45% | - |
| HSV(B) | 103.81º | 0.99% | 0.89% | - |
| XYZ | 29.8 | 56.55 | 9.4 | - |
| YUV | 152.9 | 42.84 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 228 | 2 | 0.72 | 0 | 0.99 | 0.11 | 103.81 | 0.98 | 0.45 |
| Hex | 3F | E4 | 2 | 48 | 0 | 63 | B | 68 | 62 | 2D |
| Octal | 77 | 344 | 2 | 110 | 0 | 143 | 13 | 150 | 142 | 55 |
| Binary | 111111 | 11100100 | 10 | 1001000 | 0 | 1100011 | 1011 | 1101000 | 1100010 | 101101 |
Color Harmonies of #3FE402
Complementary color
Monochromatic Colors of #3FE402
Black with #3FE402
Text Example
Text Example
White with #3FE402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE402; }
p { color: rgb(63,228,2); }
H1.HeaderClassName
{
color: #3FE402;
}
.AnyTagClassName
{
color: #3FE402;
}
</style>
background-color css
<style>
a { background-color: #3FE402; }
a { background-color: rgb(63,228,2); }
div.DivClassName
{
background-color: #3FE402;
}
.BgClassName
{
background-color: #3FE402;
}
</style>
border-color css
<style>
span { border-color: #3FE402; }
span { border-color: rgb(63,228,2); }
td.TdClassName
{
border-color: #3FE402;
}
.TagClassName
{
border-color: #3FE402;
}
</style>