Shades of Screamin' Green #3AFC7A
Tints of Screamin' Green #3AFC7A
RGB
CMYK
RGB Variations
Color information
#3AFC7A (or 0x3AFC7A) is known color: Screamin' Green. HEX triplet: 3A, FC and 7A. RGB value is (58,252,122). Sum of RGB (Red+Green+Blue) = 58+252+122=432 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.43% from 432); Green value is 252 (98.83% from 255 or 58.33% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFC7A is #C50385. Grayscale: #B3B3B3. Windows color (decimal): -12911494 or 8059962. OLE color: 8059962.
HSL color Cylindrical-coordinate representation of color #3AFC7A: hue angle of 139.79º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFC7A is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 122 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.01 |
| HSL | 139.79º | 0.97% | 0.61% | - |
| HSV(B) | 139.79º | 0.77% | 0.99% | - |
| XYZ | 40.07 | 71.93 | 30.18 | - |
| YUV | 179.17 | 95.73 | 41.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 122 | 0.77 | 0 | 0.52 | 0.01 | 139.79 | 0.97 | 0.61 |
| Hex | 3A | FC | 7A | 4D | 0 | 34 | 1 | 8C | 61 | 3D |
| Octal | 72 | 374 | 172 | 115 | 0 | 64 | 1 | 214 | 141 | 75 |
| Binary | 111010 | 11111100 | 1111010 | 1001101 | 0 | 110100 | 1 | 10001100 | 1100001 | 111101 |
Color Harmonies of #3AFC7A
Complementary color
Monochromatic Colors of #3AFC7A
Black with #3AFC7A
Text Example
Text Example
White with #3AFC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFC7A; }
p { color: rgb(58,252,122); }
H1.HeaderClassName
{
color: #3AFC7A;
}
.AnyTagClassName
{
color: #3AFC7A;
}
</style>
background-color css
<style>
a { background-color: #3AFC7A; }
a { background-color: rgb(58,252,122); }
div.DivClassName
{
background-color: #3AFC7A;
}
.BgClassName
{
background-color: #3AFC7A;
}
</style>
border-color css
<style>
span { border-color: #3AFC7A; }
span { border-color: rgb(58,252,122); }
td.TdClassName
{
border-color: #3AFC7A;
}
.TagClassName
{
border-color: #3AFC7A;
}
</style>