Shades of Screamin' Green #3AFF4D
Tints of Screamin' Green #3AFF4D
RGB
CMYK
RGB Variations
Color information
#3AFF4D (or 0x3AFF4D) is known color: Screamin' Green. HEX triplet: 3A, FF and 4D. RGB value is (58,255,77). Sum of RGB (Red+Green+Blue) = 58+255+77=390 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.87% from 390); Green value is 255 (100% from 255 or 65.38% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFF4D is #C500B2. Grayscale: #B0B0B0. Windows color (decimal): -12910771 or 5111610. OLE color: 5111610.
HSL color Cylindrical-coordinate representation of color #3AFF4D: hue angle of 125.79º 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 #3AFF4D is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 77 | - |
| CMYK | 0.77 | 0 | 0.70 | 0 |
| HSL | 125.79º | 1% | 0.61% | - |
| HSV(B) | 125.79º | 0.77% | 1% | - |
| XYZ | 38.84 | 72.96 | 19.06 | - |
| YUV | 175.81 | 72.23 | 43.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 77 | 0.77 | 0 | 0.70 | 0 | 125.79 | 1 | 0.61 |
| Hex | 3A | FF | 4D | 4D | 0 | 46 | 0 | 7E | 64 | 3D |
| Octal | 72 | 377 | 115 | 115 | 0 | 106 | 0 | 176 | 144 | 75 |
| Binary | 111010 | 11111111 | 1001101 | 1001101 | 0 | 1000110 | 0 | 1111110 | 1100100 | 111101 |
Color Harmonies of #3AFF4D
Complementary color
Monochromatic Colors of #3AFF4D
Black with #3AFF4D
Text Example
Text Example
White with #3AFF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFF4D; }
p { color: rgb(58,255,77); }
H1.HeaderClassName
{
color: #3AFF4D;
}
.AnyTagClassName
{
color: #3AFF4D;
}
</style>
background-color css
<style>
a { background-color: #3AFF4D; }
a { background-color: rgb(58,255,77); }
div.DivClassName
{
background-color: #3AFF4D;
}
.BgClassName
{
background-color: #3AFF4D;
}
</style>
border-color css
<style>
span { border-color: #3AFF4D; }
span { border-color: rgb(58,255,77); }
td.TdClassName
{
border-color: #3AFF4D;
}
.TagClassName
{
border-color: #3AFF4D;
}
</style>