Shades of Screamin' Green #3BEC5A
Tints of Screamin' Green #3BEC5A
RGB
CMYK
RGB Variations
Color information
#3BEC5A (or 0x3BEC5A) is known color: Screamin' Green. HEX triplet: 3B, EC and 5A. RGB value is (59,236,90). Sum of RGB (Red+Green+Blue) = 59+236+90=385 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.32% from 385); Green value is 236 (92.58% from 255 or 61.30% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 236 - color contains mainly: green. Hex color #3BEC5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BEC5A is #C413A5. Grayscale: #A6A6A6. Windows color (decimal): -12850086 or 5958715. OLE color: 5958715.
HSL color Cylindrical-coordinate representation of color #3BEC5A: hue angle of 130.51º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEC5A is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 236 | 90 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.07 |
| HSL | 130.51º | 0.82% | 0.58% | - |
| HSV(B) | 130.51º | 0.75% | 0.93% | - |
| XYZ | 33.64 | 61.66 | 19.8 | - |
| YUV | 166.43 | 84.86 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 236 | 90 | 0.75 | 0 | 0.62 | 0.07 | 130.51 | 0.82 | 0.58 |
| Hex | 3B | EC | 5A | 4B | 0 | 3E | 7 | 83 | 52 | 3A |
| Octal | 73 | 354 | 132 | 113 | 0 | 76 | 7 | 203 | 122 | 72 |
| Binary | 111011 | 11101100 | 1011010 | 1001011 | 0 | 111110 | 111 | 10000011 | 1010010 | 111010 |
Color Harmonies of #3BEC5A
Complementary color
Monochromatic Colors of #3BEC5A
Black with #3BEC5A
Text Example
Text Example
White with #3BEC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEC5A; }
p { color: rgb(59,236,90); }
H1.HeaderClassName
{
color: #3BEC5A;
}
.AnyTagClassName
{
color: #3BEC5A;
}
</style>
background-color css
<style>
a { background-color: #3BEC5A; }
a { background-color: rgb(59,236,90); }
div.DivClassName
{
background-color: #3BEC5A;
}
.BgClassName
{
background-color: #3BEC5A;
}
</style>
border-color css
<style>
span { border-color: #3BEC5A; }
span { border-color: rgb(59,236,90); }
td.TdClassName
{
border-color: #3BEC5A;
}
.TagClassName
{
border-color: #3BEC5A;
}
</style>