Shades of Screamin' Green #3AFF7A
Tints of Screamin' Green #3AFF7A
RGB
CMYK
RGB Variations
Color information
#3AFF7A (or 0x3AFF7A) is known color: Screamin' Green. HEX triplet: 3A, FF and 7A. RGB value is (58,255,122). Sum of RGB (Red+Green+Blue) = 58+255+122=435 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.33% from 435); Green value is 255 (100% from 255 or 58.62% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFF7A is #C50085. Grayscale: #B5B5B5. Windows color (decimal): -12910726 or 8060730. OLE color: 8060730.
HSL color Cylindrical-coordinate representation of color #3AFF7A: hue angle of 139.49º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFF7A is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 122 | - |
| CMYK | 0.77 | 0 | 0.52 | 0 |
| HSL | 139.49º | 1% | 0.61% | - |
| HSV(B) | 139.49º | 0.77% | 1% | - |
| XYZ | 41.02 | 73.82 | 30.5 | - |
| YUV | 180.94 | 94.73 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 122 | 0.77 | 0 | 0.52 | 0 | 139.49 | 1 | 0.61 |
| Hex | 3A | FF | 7A | 4D | 0 | 34 | 0 | 8B | 64 | 3D |
| Octal | 72 | 377 | 172 | 115 | 0 | 64 | 0 | 213 | 144 | 75 |
| Binary | 111010 | 11111111 | 1111010 | 1001101 | 0 | 110100 | 0 | 10001011 | 1100100 | 111101 |
Color Harmonies of #3AFF7A
Complementary color
Monochromatic Colors of #3AFF7A
Black with #3AFF7A
Text Example
Text Example
White with #3AFF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFF7A; }
p { color: rgb(58,255,122); }
H1.HeaderClassName
{
color: #3AFF7A;
}
.AnyTagClassName
{
color: #3AFF7A;
}
</style>
background-color css
<style>
a { background-color: #3AFF7A; }
a { background-color: rgb(58,255,122); }
div.DivClassName
{
background-color: #3AFF7A;
}
.BgClassName
{
background-color: #3AFF7A;
}
</style>
border-color css
<style>
span { border-color: #3AFF7A; }
span { border-color: rgb(58,255,122); }
td.TdClassName
{
border-color: #3AFF7A;
}
.TagClassName
{
border-color: #3AFF7A;
}
</style>