Shades of Screamin' Green #3AF059
Tints of Screamin' Green #3AF059
RGB
CMYK
RGB Variations
Color information
#3AF059 (or 0x3AF059) is known color: Screamin' Green. HEX triplet: 3A, F0 and 59. RGB value is (58,240,89). Sum of RGB (Red+Green+Blue) = 58+240+89=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 240 (94.14% from 255 or 62.02% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF059 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF059 is #C50FA6. Grayscale: #A8A8A8. Windows color (decimal): -12914599 or 5894202. OLE color: 5894202.
HSL color Cylindrical-coordinate representation of color #3AF059: hue angle of 130.22º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF059 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 240 | 89 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.06 |
| HSL | 130.22º | 0.86% | 0.58% | - |
| HSV(B) | 130.22º | 0.76% | 0.94% | - |
| XYZ | 34.71 | 63.94 | 19.96 | - |
| YUV | 168.37 | 83.2 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 240 | 89 | 0.76 | 0 | 0.63 | 0.06 | 130.22 | 0.86 | 0.58 |
| Hex | 3A | F0 | 59 | 4C | 0 | 3F | 6 | 82 | 56 | 3A |
| Octal | 72 | 360 | 131 | 114 | 0 | 77 | 6 | 202 | 126 | 72 |
| Binary | 111010 | 11110000 | 1011001 | 1001100 | 0 | 111111 | 110 | 10000010 | 1010110 | 111010 |
Color Harmonies of #3AF059
Complementary color
Monochromatic Colors of #3AF059
Black with #3AF059
Text Example
Text Example
White with #3AF059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF059; }
p { color: rgb(58,240,89); }
H1.HeaderClassName
{
color: #3AF059;
}
.AnyTagClassName
{
color: #3AF059;
}
</style>
background-color css
<style>
a { background-color: #3AF059; }
a { background-color: rgb(58,240,89); }
div.DivClassName
{
background-color: #3AF059;
}
.BgClassName
{
background-color: #3AF059;
}
</style>
border-color css
<style>
span { border-color: #3AF059; }
span { border-color: rgb(58,240,89); }
td.TdClassName
{
border-color: #3AF059;
}
.TagClassName
{
border-color: #3AF059;
}
</style>