Shades of Screamin' Green #3AF266
Tints of Screamin' Green #3AF266
RGB
CMYK
RGB Variations
Color information
#3AF266 (or 0x3AF266) is known color: Screamin' Green. HEX triplet: 3A, F2 and 66. RGB value is (58,242,102). Sum of RGB (Red+Green+Blue) = 58+242+102=402 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.43% from 402); Green value is 242 (94.92% from 255 or 60.20% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF266 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF266 is #C50D99. Grayscale: #ABABAB. Windows color (decimal): -12914074 or 6746682. OLE color: 6746682.
HSL color Cylindrical-coordinate representation of color #3AF266: hue angle of 134.35º 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 #3AF266 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 102 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.05 |
| HSL | 134.35º | 0.88% | 0.59% | - |
| HSV(B) | 134.35º | 0.76% | 0.95% | - |
| XYZ | 35.9 | 65.36 | 23.29 | - |
| YUV | 171.02 | 89.04 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 102 | 0.76 | 0 | 0.58 | 0.05 | 134.35 | 0.88 | 0.59 |
| Hex | 3A | F2 | 66 | 4C | 0 | 3A | 5 | 86 | 58 | 3B |
| Octal | 72 | 362 | 146 | 114 | 0 | 72 | 5 | 206 | 130 | 73 |
| Binary | 111010 | 11110010 | 1100110 | 1001100 | 0 | 111010 | 101 | 10000110 | 1011000 | 111011 |
Color Harmonies of #3AF266
Complementary color
Monochromatic Colors of #3AF266
Black with #3AF266
Text Example
Text Example
White with #3AF266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF266; }
p { color: rgb(58,242,102); }
H1.HeaderClassName
{
color: #3AF266;
}
.AnyTagClassName
{
color: #3AF266;
}
</style>
background-color css
<style>
a { background-color: #3AF266; }
a { background-color: rgb(58,242,102); }
div.DivClassName
{
background-color: #3AF266;
}
.BgClassName
{
background-color: #3AF266;
}
</style>
border-color css
<style>
span { border-color: #3AF266; }
span { border-color: rgb(58,242,102); }
td.TdClassName
{
border-color: #3AF266;
}
.TagClassName
{
border-color: #3AF266;
}
</style>