Shades of Screamin' Green #3BFA5E
Tints of Screamin' Green #3BFA5E
RGB
CMYK
RGB Variations
Color information
#3BFA5E (or 0x3BFA5E) is known color: Screamin' Green. HEX triplet: 3B, FA and 5E. RGB value is (59,250,94). Sum of RGB (Red+Green+Blue) = 59+250+94=403 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.64% from 403); Green value is 250 (98.05% from 255 or 62.03% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFA5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BFA5E is #C405A1. Grayscale: #AFAFAF. Windows color (decimal): -12846498 or 6224443. OLE color: 6224443.
HSL color Cylindrical-coordinate representation of color #3BFA5E: hue angle of 130.99º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BFA5E is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 250 | 94 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.02 |
| HSL | 130.99º | 0.95% | 0.61% | - |
| HSV(B) | 130.99º | 0.76% | 0.98% | - |
| XYZ | 38.01 | 70.11 | 22.12 | - |
| YUV | 175.11 | 82.22 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 250 | 94 | 0.76 | 0 | 0.62 | 0.02 | 130.99 | 0.95 | 0.61 |
| Hex | 3B | FA | 5E | 4C | 0 | 3E | 2 | 83 | 5F | 3D |
| Octal | 73 | 372 | 136 | 114 | 0 | 76 | 2 | 203 | 137 | 75 |
| Binary | 111011 | 11111010 | 1011110 | 1001100 | 0 | 111110 | 10 | 10000011 | 1011111 | 111101 |
Color Harmonies of #3BFA5E
Complementary color
Monochromatic Colors of #3BFA5E
Black with #3BFA5E
Text Example
Text Example
White with #3BFA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFA5E; }
p { color: rgb(59,250,94); }
H1.HeaderClassName
{
color: #3BFA5E;
}
.AnyTagClassName
{
color: #3BFA5E;
}
</style>
background-color css
<style>
a { background-color: #3BFA5E; }
a { background-color: rgb(59,250,94); }
div.DivClassName
{
background-color: #3BFA5E;
}
.BgClassName
{
background-color: #3BFA5E;
}
</style>
border-color css
<style>
span { border-color: #3BFA5E; }
span { border-color: rgb(59,250,94); }
td.TdClassName
{
border-color: #3BFA5E;
}
.TagClassName
{
border-color: #3BFA5E;
}
</style>