Shades of Screamin' Green #3AF260
Tints of Screamin' Green #3AF260
RGB
CMYK
RGB Variations
Color information
#3AF260 (or 0x3AF260) is known color: Screamin' Green. HEX triplet: 3A, F2 and 60. RGB value is (58,242,96). Sum of RGB (Red+Green+Blue) = 58+242+96=396 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.65% from 396); Green value is 242 (94.92% from 255 or 61.11% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF260 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF260 is #C50D9F. Grayscale: #AAAAAA. Windows color (decimal): -12914080 or 6353466. OLE color: 6353466.
HSL color Cylindrical-coordinate representation of color #3AF260: hue angle of 132.39º 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 #3AF260 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 96 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.05 |
| HSL | 132.39º | 0.88% | 0.59% | - |
| HSV(B) | 132.39º | 0.76% | 0.95% | - |
| XYZ | 35.61 | 65.25 | 21.78 | - |
| YUV | 170.34 | 86.04 | 47.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 96 | 0.76 | 0 | 0.60 | 0.05 | 132.39 | 0.88 | 0.59 |
| Hex | 3A | F2 | 60 | 4C | 0 | 3C | 5 | 84 | 58 | 3B |
| Octal | 72 | 362 | 140 | 114 | 0 | 74 | 5 | 204 | 130 | 73 |
| Binary | 111010 | 11110010 | 1100000 | 1001100 | 0 | 111100 | 101 | 10000100 | 1011000 | 111011 |
Color Harmonies of #3AF260
Complementary color
Monochromatic Colors of #3AF260
Black with #3AF260
Text Example
Text Example
White with #3AF260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF260; }
p { color: rgb(58,242,96); }
H1.HeaderClassName
{
color: #3AF260;
}
.AnyTagClassName
{
color: #3AF260;
}
</style>
background-color css
<style>
a { background-color: #3AF260; }
a { background-color: rgb(58,242,96); }
div.DivClassName
{
background-color: #3AF260;
}
.BgClassName
{
background-color: #3AF260;
}
</style>
border-color css
<style>
span { border-color: #3AF260; }
span { border-color: rgb(58,242,96); }
td.TdClassName
{
border-color: #3AF260;
}
.TagClassName
{
border-color: #3AF260;
}
</style>