Shades of Screamin' Green #3AF467
Tints of Screamin' Green #3AF467
RGB
CMYK
RGB Variations
Color information
#3AF467 (or 0x3AF467) is known color: Screamin' Green. HEX triplet: 3A, F4 and 67. RGB value is (58,244,103). Sum of RGB (Red+Green+Blue) = 58+244+103=405 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.32% from 405); Green value is 244 (95.70% from 255 or 60.25% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 244 - color contains mainly: green. Hex color #3AF467 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF467 is #C50B98. Grayscale: #ACACAC. Windows color (decimal): -12913561 or 6812730. OLE color: 6812730.
HSL color Cylindrical-coordinate representation of color #3AF467: hue angle of 134.52º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF467 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 244 | 103 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.04 |
| HSL | 134.52º | 0.89% | 0.59% | - |
| HSV(B) | 134.52º | 0.76% | 0.96% | - |
| XYZ | 36.54 | 66.58 | 23.76 | - |
| YUV | 172.31 | 88.88 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 244 | 103 | 0.76 | 0 | 0.58 | 0.04 | 134.52 | 0.89 | 0.59 |
| Hex | 3A | F4 | 67 | 4C | 0 | 3A | 4 | 87 | 59 | 3B |
| Octal | 72 | 364 | 147 | 114 | 0 | 72 | 4 | 207 | 131 | 73 |
| Binary | 111010 | 11110100 | 1100111 | 1001100 | 0 | 111010 | 100 | 10000111 | 1011001 | 111011 |
Color Harmonies of #3AF467
Complementary color
Monochromatic Colors of #3AF467
Black with #3AF467
Text Example
Text Example
White with #3AF467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF467; }
p { color: rgb(58,244,103); }
H1.HeaderClassName
{
color: #3AF467;
}
.AnyTagClassName
{
color: #3AF467;
}
</style>
background-color css
<style>
a { background-color: #3AF467; }
a { background-color: rgb(58,244,103); }
div.DivClassName
{
background-color: #3AF467;
}
.BgClassName
{
background-color: #3AF467;
}
</style>
border-color css
<style>
span { border-color: #3AF467; }
span { border-color: rgb(58,244,103); }
td.TdClassName
{
border-color: #3AF467;
}
.TagClassName
{
border-color: #3AF467;
}
</style>