Shades of Harlequin #3FE30B
Tints of Harlequin #3FE30B
RGB
CMYK
RGB Variations
Color information
#3FE30B (or 0x3FE30B) is known color: Harlequin. HEX triplet: 3F, E3 and 0B. RGB value is (63,227,11). Sum of RGB (Red+Green+Blue) = 63+227+11=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 227 (89.06% from 255 or 75.42% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 227 - color contains mainly: green. Hex color #3FE30B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FE30B is #C01CF4. Grayscale: #9A9A9A. Windows color (decimal): -12590325 or 779071. OLE color: 779071.
HSL color Cylindrical-coordinate representation of color #3FE30B: hue angle of 105.56º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3FE30B is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 227 | 11 | - |
| CMYK | 0.72 | 0 | 0.95 | 0.11 |
| HSL | 105.56º | 0.91% | 0.47% | - |
| HSV(B) | 105.56º | 0.95% | 0.89% | - |
| XYZ | 29.58 | 56.02 | 9.57 | - |
| YUV | 153.34 | 47.67 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 227 | 11 | 0.72 | 0 | 0.95 | 0.11 | 105.56 | 0.91 | 0.47 |
| Hex | 3F | E3 | B | 48 | 0 | 5F | B | 6A | 5B | 2F |
| Octal | 77 | 343 | 13 | 110 | 0 | 137 | 13 | 152 | 133 | 57 |
| Binary | 111111 | 11100011 | 1011 | 1001000 | 0 | 1011111 | 1011 | 1101010 | 1011011 | 101111 |
Color Harmonies of #3FE30B
Complementary color
Monochromatic Colors of #3FE30B
Black with #3FE30B
Text Example
Text Example
White with #3FE30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE30B; }
p { color: rgb(63,227,11); }
H1.HeaderClassName
{
color: #3FE30B;
}
.AnyTagClassName
{
color: #3FE30B;
}
</style>
background-color css
<style>
a { background-color: #3FE30B; }
a { background-color: rgb(63,227,11); }
div.DivClassName
{
background-color: #3FE30B;
}
.BgClassName
{
background-color: #3FE30B;
}
</style>
border-color css
<style>
span { border-color: #3FE30B; }
span { border-color: rgb(63,227,11); }
td.TdClassName
{
border-color: #3FE30B;
}
.TagClassName
{
border-color: #3FE30B;
}
</style>