Shades of Screamin' Green #3AF25F
Tints of Screamin' Green #3AF25F
RGB
CMYK
RGB Variations
Color information
#3AF25F (or 0x3AF25F) is known color: Screamin' Green. HEX triplet: 3A, F2 and 5F. RGB value is (58,242,95). Sum of RGB (Red+Green+Blue) = 58+242+95=395 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.68% from 395); Green value is 242 (94.92% from 255 or 61.27% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF25F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF25F is #C50DA0. Grayscale: #AAAAAA. Windows color (decimal): -12914081 or 6287930. OLE color: 6287930.
HSL color Cylindrical-coordinate representation of color #3AF25F: hue angle of 132.07º 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 #3AF25F is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 95 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.05 |
| HSL | 132.07º | 0.88% | 0.59% | - |
| HSV(B) | 132.07º | 0.76% | 0.95% | - |
| XYZ | 35.56 | 65.23 | 21.54 | - |
| YUV | 170.23 | 85.54 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 95 | 0.76 | 0 | 0.61 | 0.05 | 132.07 | 0.88 | 0.59 |
| Hex | 3A | F2 | 5F | 4C | 0 | 3D | 5 | 84 | 58 | 3B |
| Octal | 72 | 362 | 137 | 114 | 0 | 75 | 5 | 204 | 130 | 73 |
| Binary | 111010 | 11110010 | 1011111 | 1001100 | 0 | 111101 | 101 | 10000100 | 1011000 | 111011 |
Color Harmonies of #3AF25F
Complementary color
Monochromatic Colors of #3AF25F
Black with #3AF25F
Text Example
Text Example
White with #3AF25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF25F; }
p { color: rgb(58,242,95); }
H1.HeaderClassName
{
color: #3AF25F;
}
.AnyTagClassName
{
color: #3AF25F;
}
</style>
background-color css
<style>
a { background-color: #3AF25F; }
a { background-color: rgb(58,242,95); }
div.DivClassName
{
background-color: #3AF25F;
}
.BgClassName
{
background-color: #3AF25F;
}
</style>
border-color css
<style>
span { border-color: #3AF25F; }
span { border-color: rgb(58,242,95); }
td.TdClassName
{
border-color: #3AF25F;
}
.TagClassName
{
border-color: #3AF25F;
}
</style>