Shades of Screamin' Green #49FF3A
Tints of Screamin' Green #49FF3A
RGB
CMYK
RGB Variations
Color information
#49FF3A (or 0x49FF3A) is known color: Screamin' Green. HEX triplet: 49, FF and 3A. RGB value is (73,255,58). Sum of RGB (Red+Green+Blue) = 73+255+58=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 255 (100% from 255 or 66.06% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FF3A is #B600C5. Grayscale: #B2B2B2. Windows color (decimal): -11927750 or 3866441. OLE color: 3866441.
HSL color Cylindrical-coordinate representation of color #49FF3A: hue angle of 115.43º 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 #49FF3A is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 58 | - |
| CMYK | 0.71 | 0 | 0.77 | 0 |
| HSL | 115.43º | 1% | 0.61% | - |
| HSV(B) | 115.43º | 0.77% | 1% | - |
| XYZ | 39.27 | 73.24 | 16.07 | - |
| YUV | 178.12 | 60.2 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 58 | 0.71 | 0 | 0.77 | 0 | 115.43 | 1 | 0.61 |
| Hex | 49 | FF | 3A | 47 | 0 | 4D | 0 | 73 | 64 | 3D |
| Octal | 111 | 377 | 72 | 107 | 0 | 115 | 0 | 163 | 144 | 75 |
| Binary | 1001001 | 11111111 | 111010 | 1000111 | 0 | 1001101 | 0 | 1110011 | 1100100 | 111101 |
Color Harmonies of #49FF3A
Complementary color
Monochromatic Colors of #49FF3A
Black with #49FF3A
Text Example
Text Example
White with #49FF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF3A; }
p { color: rgb(73,255,58); }
H1.HeaderClassName
{
color: #49FF3A;
}
.AnyTagClassName
{
color: #49FF3A;
}
</style>
background-color css
<style>
a { background-color: #49FF3A; }
a { background-color: rgb(73,255,58); }
div.DivClassName
{
background-color: #49FF3A;
}
.BgClassName
{
background-color: #49FF3A;
}
</style>
border-color css
<style>
span { border-color: #49FF3A; }
span { border-color: rgb(73,255,58); }
td.TdClassName
{
border-color: #49FF3A;
}
.TagClassName
{
border-color: #49FF3A;
}
</style>