Shades of Screamin' Green #3AFF54
Tints of Screamin' Green #3AFF54
RGB
CMYK
RGB Variations
Color information
#3AFF54 (or 0x3AFF54) is known color: Screamin' Green. HEX triplet: 3A, FF and 54. RGB value is (58,255,84). Sum of RGB (Red+Green+Blue) = 58+255+84=397 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.61% from 397); Green value is 255 (100% from 255 or 64.23% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF54 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFF54 is #C500AB. Grayscale: #B1B1B1. Windows color (decimal): -12910764 or 5570362. OLE color: 5570362.
HSL color Cylindrical-coordinate representation of color #3AFF54: hue angle of 127.92º 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 #3AFF54 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 84 | - |
| CMYK | 0.77 | 0 | 0.67 | 0 |
| HSL | 127.92º | 1% | 0.61% | - |
| HSV(B) | 127.92º | 0.77% | 1% | - |
| XYZ | 39.11 | 73.06 | 20.43 | - |
| YUV | 176.6 | 75.73 | 43.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 84 | 0.77 | 0 | 0.67 | 0 | 127.92 | 1 | 0.61 |
| Hex | 3A | FF | 54 | 4D | 0 | 43 | 0 | 80 | 64 | 3D |
| Octal | 72 | 377 | 124 | 115 | 0 | 103 | 0 | 200 | 144 | 75 |
| Binary | 111010 | 11111111 | 1010100 | 1001101 | 0 | 1000011 | 0 | 10000000 | 1100100 | 111101 |
Color Harmonies of #3AFF54
Complementary color
Monochromatic Colors of #3AFF54
Black with #3AFF54
Text Example
Text Example
White with #3AFF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFF54; }
p { color: rgb(58,255,84); }
H1.HeaderClassName
{
color: #3AFF54;
}
.AnyTagClassName
{
color: #3AFF54;
}
</style>
background-color css
<style>
a { background-color: #3AFF54; }
a { background-color: rgb(58,255,84); }
div.DivClassName
{
background-color: #3AFF54;
}
.BgClassName
{
background-color: #3AFF54;
}
</style>
border-color css
<style>
span { border-color: #3AFF54; }
span { border-color: rgb(58,255,84); }
td.TdClassName
{
border-color: #3AFF54;
}
.TagClassName
{
border-color: #3AFF54;
}
</style>