Shades of Screamin' Green #3AFF4F
Tints of Screamin' Green #3AFF4F
RGB
CMYK
RGB Variations
Color information
#3AFF4F (or 0x3AFF4F) is known color: Screamin' Green. HEX triplet: 3A, FF and 4F. RGB value is (58,255,79). Sum of RGB (Red+Green+Blue) = 58+255+79=392 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.80% from 392); Green value is 255 (100% from 255 or 65.05% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF4F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFF4F is #C500B0. Grayscale: #B0B0B0. Windows color (decimal): -12910769 or 5242682. OLE color: 5242682.
HSL color Cylindrical-coordinate representation of color #3AFF4F: hue angle of 126.4º 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 #3AFF4F is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 79 | - |
| CMYK | 0.77 | 0 | 0.69 | 0 |
| HSL | 126.4º | 1% | 0.61% | - |
| HSV(B) | 126.4º | 0.77% | 1% | - |
| XYZ | 38.92 | 72.98 | 19.43 | - |
| YUV | 176.03 | 73.23 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 79 | 0.77 | 0 | 0.69 | 0 | 126.4 | 1 | 0.61 |
| Hex | 3A | FF | 4F | 4D | 0 | 45 | 0 | 7E | 64 | 3D |
| Octal | 72 | 377 | 117 | 115 | 0 | 105 | 0 | 176 | 144 | 75 |
| Binary | 111010 | 11111111 | 1001111 | 1001101 | 0 | 1000101 | 0 | 1111110 | 1100100 | 111101 |
Color Harmonies of #3AFF4F
Complementary color
Monochromatic Colors of #3AFF4F
Black with #3AFF4F
Text Example
Text Example
White with #3AFF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFF4F; }
p { color: rgb(58,255,79); }
H1.HeaderClassName
{
color: #3AFF4F;
}
.AnyTagClassName
{
color: #3AFF4F;
}
</style>
background-color css
<style>
a { background-color: #3AFF4F; }
a { background-color: rgb(58,255,79); }
div.DivClassName
{
background-color: #3AFF4F;
}
.BgClassName
{
background-color: #3AFF4F;
}
</style>
border-color css
<style>
span { border-color: #3AFF4F; }
span { border-color: rgb(58,255,79); }
td.TdClassName
{
border-color: #3AFF4F;
}
.TagClassName
{
border-color: #3AFF4F;
}
</style>