Shades of Harlequin #3FE002
Tints of Harlequin #3FE002
RGB
CMYK
RGB Variations
Color information
#3FE002 (or 0x3FE002) is known color: Harlequin. HEX triplet: 3F, E0 and 02. RGB value is (63,224,2). Sum of RGB (Red+Green+Blue) = 63+224+2=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 224 (87.89% from 255 or 77.51% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FE002 is #C01FFD. Grayscale: #979797. Windows color (decimal): -12591102 or 188479. OLE color: 188479.
HSL color Cylindrical-coordinate representation of color #3FE002: hue angle of 103.51º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3FE002 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 224 | 2 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.12 |
| HSL | 103.51º | 0.98% | 0.44% | - |
| HSV(B) | 103.51º | 0.99% | 0.88% | - |
| XYZ | 28.72 | 54.37 | 9.04 | - |
| YUV | 150.55 | 44.16 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 2 | 0.72 | 0 | 0.99 | 0.12 | 103.51 | 0.98 | 0.44 |
| Hex | 3F | E0 | 2 | 48 | 0 | 63 | C | 68 | 62 | 2C |
| Octal | 77 | 340 | 2 | 110 | 0 | 143 | 14 | 150 | 142 | 54 |
| Binary | 111111 | 11100000 | 10 | 1001000 | 0 | 1100011 | 1100 | 1101000 | 1100010 | 101100 |
Color Harmonies of #3FE002
Complementary color
Monochromatic Colors of #3FE002
Black with #3FE002
Text Example
Text Example
White with #3FE002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE002; }
p { color: rgb(63,224,2); }
H1.HeaderClassName
{
color: #3FE002;
}
.AnyTagClassName
{
color: #3FE002;
}
</style>
background-color css
<style>
a { background-color: #3FE002; }
a { background-color: rgb(63,224,2); }
div.DivClassName
{
background-color: #3FE002;
}
.BgClassName
{
background-color: #3FE002;
}
</style>
border-color css
<style>
span { border-color: #3FE002; }
span { border-color: rgb(63,224,2); }
td.TdClassName
{
border-color: #3FE002;
}
.TagClassName
{
border-color: #3FE002;
}
</style>