Shades of Screamin' Green #3AFF51
Tints of Screamin' Green #3AFF51
RGB
CMYK
RGB Variations
Color information
#3AFF51 (or 0x3AFF51) is known color: Screamin' Green. HEX triplet: 3A, FF and 51. RGB value is (58,255,81). Sum of RGB (Red+Green+Blue) = 58+255+81=394 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.72% from 394); Green value is 255 (100% from 255 or 64.72% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF51 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFF51 is #C500AE. Grayscale: #B0B0B0. Windows color (decimal): -12910767 or 5373754. OLE color: 5373754.
HSL color Cylindrical-coordinate representation of color #3AFF51: hue angle of 127.01º 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 #3AFF51 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 81 | - |
| CMYK | 0.77 | 0 | 0.68 | 0 |
| HSL | 127.01º | 1% | 0.61% | - |
| HSV(B) | 127.01º | 0.77% | 1% | - |
| XYZ | 38.99 | 73.01 | 19.82 | - |
| YUV | 176.26 | 74.23 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 81 | 0.77 | 0 | 0.68 | 0 | 127.01 | 1 | 0.61 |
| Hex | 3A | FF | 51 | 4D | 0 | 44 | 0 | 7F | 64 | 3D |
| Octal | 72 | 377 | 121 | 115 | 0 | 104 | 0 | 177 | 144 | 75 |
| Binary | 111010 | 11111111 | 1010001 | 1001101 | 0 | 1000100 | 0 | 1111111 | 1100100 | 111101 |
Color Harmonies of #3AFF51
Complementary color
Monochromatic Colors of #3AFF51
Black with #3AFF51
Text Example
Text Example
White with #3AFF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFF51; }
p { color: rgb(58,255,81); }
H1.HeaderClassName
{
color: #3AFF51;
}
.AnyTagClassName
{
color: #3AFF51;
}
</style>
background-color css
<style>
a { background-color: #3AFF51; }
a { background-color: rgb(58,255,81); }
div.DivClassName
{
background-color: #3AFF51;
}
.BgClassName
{
background-color: #3AFF51;
}
</style>
border-color css
<style>
span { border-color: #3AFF51; }
span { border-color: rgb(58,255,81); }
td.TdClassName
{
border-color: #3AFF51;
}
.TagClassName
{
border-color: #3AFF51;
}
</style>