Shades of Screamin' Green #3AFF6F
Tints of Screamin' Green #3AFF6F
RGB
CMYK
RGB Variations
Color information
#3AFF6F (or 0x3AFF6F) is known color: Screamin' Green. HEX triplet: 3A, FF and 6F. RGB value is (58,255,111). Sum of RGB (Red+Green+Blue) = 58+255+111=424 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.68% from 424); Green value is 255 (100% from 255 or 60.14% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF6F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFF6F is #C50090. Grayscale: #B4B4B4. Windows color (decimal): -12910737 or 7339834. OLE color: 7339834.
HSL color Cylindrical-coordinate representation of color #3AFF6F: hue angle of 136.14º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFF6F is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 111 | - |
| CMYK | 0.77 | 0 | 0.56 | 0 |
| HSL | 136.14º | 1% | 0.61% | - |
| HSV(B) | 136.14º | 0.77% | 1% | - |
| XYZ | 40.37 | 73.57 | 27.11 | - |
| YUV | 179.68 | 89.23 | 41.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 111 | 0.77 | 0 | 0.56 | 0 | 136.14 | 1 | 0.61 |
| Hex | 3A | FF | 6F | 4D | 0 | 38 | 0 | 88 | 64 | 3D |
| Octal | 72 | 377 | 157 | 115 | 0 | 70 | 0 | 210 | 144 | 75 |
| Binary | 111010 | 11111111 | 1101111 | 1001101 | 0 | 111000 | 0 | 10001000 | 1100100 | 111101 |
Color Harmonies of #3AFF6F
Complementary color
Monochromatic Colors of #3AFF6F
Black with #3AFF6F
Text Example
Text Example
White with #3AFF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFF6F; }
p { color: rgb(58,255,111); }
H1.HeaderClassName
{
color: #3AFF6F;
}
.AnyTagClassName
{
color: #3AFF6F;
}
</style>
background-color css
<style>
a { background-color: #3AFF6F; }
a { background-color: rgb(58,255,111); }
div.DivClassName
{
background-color: #3AFF6F;
}
.BgClassName
{
background-color: #3AFF6F;
}
</style>
border-color css
<style>
span { border-color: #3AFF6F; }
span { border-color: rgb(58,255,111); }
td.TdClassName
{
border-color: #3AFF6F;
}
.TagClassName
{
border-color: #3AFF6F;
}
</style>