Shades of Screamin' Green #3AF462
Tints of Screamin' Green #3AF462
RGB
CMYK
RGB Variations
Color information
#3AF462 (or 0x3AF462) is known color: Screamin' Green. HEX triplet: 3A, F4 and 62. RGB value is (58,244,98). Sum of RGB (Red+Green+Blue) = 58+244+98=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 244 (95.70% from 255 or 61% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 244 - color contains mainly: green. Hex color #3AF462 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF462 is #C50B9D. Grayscale: #ACACAC. Windows color (decimal): -12913566 or 6485050. OLE color: 6485050.
HSL color Cylindrical-coordinate representation of color #3AF462: hue angle of 132.9º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF462 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 244 | 98 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.04 |
| HSL | 132.9º | 0.89% | 0.59% | - |
| HSV(B) | 132.9º | 0.76% | 0.96% | - |
| XYZ | 36.3 | 66.48 | 22.47 | - |
| YUV | 171.74 | 86.38 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 244 | 98 | 0.76 | 0 | 0.60 | 0.04 | 132.9 | 0.89 | 0.59 |
| Hex | 3A | F4 | 62 | 4C | 0 | 3C | 4 | 85 | 59 | 3B |
| Octal | 72 | 364 | 142 | 114 | 0 | 74 | 4 | 205 | 131 | 73 |
| Binary | 111010 | 11110100 | 1100010 | 1001100 | 0 | 111100 | 100 | 10000101 | 1011001 | 111011 |
Color Harmonies of #3AF462
Complementary color
Monochromatic Colors of #3AF462
Black with #3AF462
Text Example
Text Example
White with #3AF462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF462; }
p { color: rgb(58,244,98); }
H1.HeaderClassName
{
color: #3AF462;
}
.AnyTagClassName
{
color: #3AF462;
}
</style>
background-color css
<style>
a { background-color: #3AF462; }
a { background-color: rgb(58,244,98); }
div.DivClassName
{
background-color: #3AF462;
}
.BgClassName
{
background-color: #3AF462;
}
</style>
border-color css
<style>
span { border-color: #3AF462; }
span { border-color: rgb(58,244,98); }
td.TdClassName
{
border-color: #3AF462;
}
.TagClassName
{
border-color: #3AF462;
}
</style>