Shades of Screamin' Green #3AF05C
Tints of Screamin' Green #3AF05C
RGB
CMYK
RGB Variations
Color information
#3AF05C (or 0x3AF05C) is known color: Screamin' Green. HEX triplet: 3A, F0 and 5C. RGB value is (58,240,92). Sum of RGB (Red+Green+Blue) = 58+240+92=390 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.87% from 390); Green value is 240 (94.14% from 255 or 61.54% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF05C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF05C is #C50FA3. Grayscale: #A9A9A9. Windows color (decimal): -12914596 or 6090810. OLE color: 6090810.
HSL color Cylindrical-coordinate representation of color #3AF05C: hue angle of 131.21º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF05C is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 240 | 92 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.06 |
| HSL | 131.21º | 0.86% | 0.58% | - |
| HSV(B) | 131.21º | 0.76% | 0.94% | - |
| XYZ | 34.84 | 63.99 | 20.64 | - |
| YUV | 168.71 | 84.7 | 49.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 240 | 92 | 0.76 | 0 | 0.62 | 0.06 | 131.21 | 0.86 | 0.58 |
| Hex | 3A | F0 | 5C | 4C | 0 | 3E | 6 | 83 | 56 | 3A |
| Octal | 72 | 360 | 134 | 114 | 0 | 76 | 6 | 203 | 126 | 72 |
| Binary | 111010 | 11110000 | 1011100 | 1001100 | 0 | 111110 | 110 | 10000011 | 1010110 | 111010 |
Color Harmonies of #3AF05C
Complementary color
Monochromatic Colors of #3AF05C
Black with #3AF05C
Text Example
Text Example
White with #3AF05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF05C; }
p { color: rgb(58,240,92); }
H1.HeaderClassName
{
color: #3AF05C;
}
.AnyTagClassName
{
color: #3AF05C;
}
</style>
background-color css
<style>
a { background-color: #3AF05C; }
a { background-color: rgb(58,240,92); }
div.DivClassName
{
background-color: #3AF05C;
}
.BgClassName
{
background-color: #3AF05C;
}
</style>
border-color css
<style>
span { border-color: #3AF05C; }
span { border-color: rgb(58,240,92); }
td.TdClassName
{
border-color: #3AF05C;
}
.TagClassName
{
border-color: #3AF05C;
}
</style>