Shades of Harlequin #3EFF2F
Tints of Harlequin #3EFF2F
RGB
CMYK
RGB Variations
Color information
#3EFF2F (or 0x3EFF2F) is known color: Harlequin. HEX triplet: 3E, FF and 2F. RGB value is (62,255,47). Sum of RGB (Red+Green+Blue) = 62+255+47=364 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.03% from 364); Green value is 255 (100% from 255 or 70.05% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFF2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFF2F is #C100D0. Grayscale: #AEAEAE. Windows color (decimal): -12648657 or 3145534. OLE color: 3145534.
HSL color Cylindrical-coordinate representation of color #3EFF2F: hue angle of 115.67º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3EFF2F is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 47 | - |
| CMYK | 0.76 | 0 | 0.82 | 0 |
| HSL | 115.67º | 1% | 0.59% | - |
| HSV(B) | 115.67º | 0.82% | 1% | - |
| XYZ | 38.26 | 72.75 | 14.71 | - |
| YUV | 173.58 | 56.56 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 47 | 0.76 | 0 | 0.82 | 0 | 115.67 | 1 | 0.59 |
| Hex | 3E | FF | 2F | 4C | 0 | 52 | 0 | 74 | 64 | 3B |
| Octal | 76 | 377 | 57 | 114 | 0 | 122 | 0 | 164 | 144 | 73 |
| Binary | 111110 | 11111111 | 101111 | 1001100 | 0 | 1010010 | 0 | 1110100 | 1100100 | 111011 |
Color Harmonies of #3EFF2F
Complementary color
Monochromatic Colors of #3EFF2F
Black with #3EFF2F
Text Example
Text Example
White with #3EFF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFF2F; }
p { color: rgb(62,255,47); }
H1.HeaderClassName
{
color: #3EFF2F;
}
.AnyTagClassName
{
color: #3EFF2F;
}
</style>
background-color css
<style>
a { background-color: #3EFF2F; }
a { background-color: rgb(62,255,47); }
div.DivClassName
{
background-color: #3EFF2F;
}
.BgClassName
{
background-color: #3EFF2F;
}
</style>
border-color css
<style>
span { border-color: #3EFF2F; }
span { border-color: rgb(62,255,47); }
td.TdClassName
{
border-color: #3EFF2F;
}
.TagClassName
{
border-color: #3EFF2F;
}
</style>