Shades of Screamin' Green #48FF3E
Tints of Screamin' Green #48FF3E
RGB
CMYK
RGB Variations
Color information
#48FF3E (or 0x48FF3E) is known color: Screamin' Green. HEX triplet: 48, FF and 3E. RGB value is (72,255,62). Sum of RGB (Red+Green+Blue) = 72+255+62=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 255 (100% from 255 or 65.55% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FF3E is #B700C1. Grayscale: #B2B2B2. Windows color (decimal): -11993282 or 4128584. OLE color: 4128584.
HSL color Cylindrical-coordinate representation of color #48FF3E: hue angle of 116.89º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48FF3E is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 62 | - |
| CMYK | 0.72 | 0 | 0.76 | 0 |
| HSL | 116.89º | 1% | 0.62% | - |
| HSV(B) | 116.89º | 0.76% | 1% | - |
| XYZ | 39.3 | 73.25 | 16.62 | - |
| YUV | 178.28 | 62.37 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 62 | 0.72 | 0 | 0.76 | 0 | 116.89 | 1 | 0.62 |
| Hex | 48 | FF | 3E | 48 | 0 | 4C | 0 | 75 | 64 | 3E |
| Octal | 110 | 377 | 76 | 110 | 0 | 114 | 0 | 165 | 144 | 76 |
| Binary | 1001000 | 11111111 | 111110 | 1001000 | 0 | 1001100 | 0 | 1110101 | 1100100 | 111110 |
Color Harmonies of #48FF3E
Complementary color
Monochromatic Colors of #48FF3E
Black with #48FF3E
Text Example
Text Example
White with #48FF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FF3E; }
p { color: rgb(72,255,62); }
H1.HeaderClassName
{
color: #48FF3E;
}
.AnyTagClassName
{
color: #48FF3E;
}
</style>
background-color css
<style>
a { background-color: #48FF3E; }
a { background-color: rgb(72,255,62); }
div.DivClassName
{
background-color: #48FF3E;
}
.BgClassName
{
background-color: #48FF3E;
}
</style>
border-color css
<style>
span { border-color: #48FF3E; }
span { border-color: rgb(72,255,62); }
td.TdClassName
{
border-color: #48FF3E;
}
.TagClassName
{
border-color: #48FF3E;
}
</style>