Shades of Screamin' Green #3AF25B
Tints of Screamin' Green #3AF25B
RGB
CMYK
RGB Variations
Color information
#3AF25B (or 0x3AF25B) is known color: Screamin' Green. HEX triplet: 3A, F2 and 5B. RGB value is (58,242,91). Sum of RGB (Red+Green+Blue) = 58+242+91=391 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.83% from 391); Green value is 242 (94.92% from 255 or 61.89% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF25B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF25B is #C50DA4. Grayscale: #AAAAAA. Windows color (decimal): -12914085 or 6025786. OLE color: 6025786.
HSL color Cylindrical-coordinate representation of color #3AF25B: hue angle of 130.76º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF25B is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 91 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.05 |
| HSL | 130.76º | 0.88% | 0.59% | - |
| HSV(B) | 130.76º | 0.76% | 0.95% | - |
| XYZ | 35.39 | 65.16 | 20.61 | - |
| YUV | 169.77 | 83.54 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 91 | 0.76 | 0 | 0.62 | 0.05 | 130.76 | 0.88 | 0.59 |
| Hex | 3A | F2 | 5B | 4C | 0 | 3E | 5 | 83 | 58 | 3B |
| Octal | 72 | 362 | 133 | 114 | 0 | 76 | 5 | 203 | 130 | 73 |
| Binary | 111010 | 11110010 | 1011011 | 1001100 | 0 | 111110 | 101 | 10000011 | 1011000 | 111011 |
Color Harmonies of #3AF25B
Complementary color
Monochromatic Colors of #3AF25B
Black with #3AF25B
Text Example
Text Example
White with #3AF25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF25B; }
p { color: rgb(58,242,91); }
H1.HeaderClassName
{
color: #3AF25B;
}
.AnyTagClassName
{
color: #3AF25B;
}
</style>
background-color css
<style>
a { background-color: #3AF25B; }
a { background-color: rgb(58,242,91); }
div.DivClassName
{
background-color: #3AF25B;
}
.BgClassName
{
background-color: #3AF25B;
}
</style>
border-color css
<style>
span { border-color: #3AF25B; }
span { border-color: rgb(58,242,91); }
td.TdClassName
{
border-color: #3AF25B;
}
.TagClassName
{
border-color: #3AF25B;
}
</style>