Shades of Screamin' Green #3AF84E
Tints of Screamin' Green #3AF84E
RGB
CMYK
RGB Variations
Color information
#3AF84E (or 0x3AF84E) is known color: Screamin' Green. HEX triplet: 3A, F8 and 4E. RGB value is (58,248,78). Sum of RGB (Red+Green+Blue) = 58+248+78=384 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.10% from 384); Green value is 248 (97.27% from 255 or 64.58% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF84E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF84E is #C507B1. Grayscale: #ACACAC. Windows color (decimal): -12912562 or 5175354. OLE color: 5175354.
HSL color Cylindrical-coordinate representation of color #3AF84E: hue angle of 126.32º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF84E is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 248 | 78 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.03 |
| HSL | 126.32º | 0.93% | 0.6% | - |
| HSV(B) | 126.32º | 0.77% | 0.97% | - |
| XYZ | 36.69 | 68.58 | 18.51 | - |
| YUV | 171.81 | 75.05 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 78 | 0.77 | 0 | 0.69 | 0.03 | 126.32 | 0.93 | 0.6 |
| Hex | 3A | F8 | 4E | 4D | 0 | 45 | 3 | 7E | 5D | 3C |
| Octal | 72 | 370 | 116 | 115 | 0 | 105 | 3 | 176 | 135 | 74 |
| Binary | 111010 | 11111000 | 1001110 | 1001101 | 0 | 1000101 | 11 | 1111110 | 1011101 | 111100 |
Color Harmonies of #3AF84E
Complementary color
Monochromatic Colors of #3AF84E
Black with #3AF84E
Text Example
Text Example
White with #3AF84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF84E; }
p { color: rgb(58,248,78); }
H1.HeaderClassName
{
color: #3AF84E;
}
.AnyTagClassName
{
color: #3AF84E;
}
</style>
background-color css
<style>
a { background-color: #3AF84E; }
a { background-color: rgb(58,248,78); }
div.DivClassName
{
background-color: #3AF84E;
}
.BgClassName
{
background-color: #3AF84E;
}
</style>
border-color css
<style>
span { border-color: #3AF84E; }
span { border-color: rgb(58,248,78); }
td.TdClassName
{
border-color: #3AF84E;
}
.TagClassName
{
border-color: #3AF84E;
}
</style>