Shades of Screamin' Green #48FE3E
Tints of Screamin' Green #48FE3E
RGB
CMYK
RGB Variations
Color information
#48FE3E (or 0x48FE3E) is known color: Screamin' Green. HEX triplet: 48, FE and 3E. RGB value is (72,254,62). Sum of RGB (Red+Green+Blue) = 72+254+62=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 254 (99.61% from 255 or 65.46% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FE3E is #B701C1. Grayscale: #B2B2B2. Windows color (decimal): -11993538 or 4128328. OLE color: 4128328.
HSL color Cylindrical-coordinate representation of color #48FE3E: hue angle of 116.88º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48FE3E is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 254 | 62 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.00 |
| HSL | 116.88º | 0.99% | 0.62% | - |
| HSV(B) | 116.88º | 0.76% | 1% | - |
| XYZ | 38.98 | 72.61 | 16.52 | - |
| YUV | 177.69 | 62.7 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 254 | 62 | 0.72 | 0 | 0.76 | 0.00 | 116.88 | 0.99 | 0.62 |
| Hex | 48 | FE | 3E | 48 | 0 | 4C | 0 | 75 | 63 | 3E |
| Octal | 110 | 376 | 76 | 110 | 0 | 114 | 0 | 165 | 143 | 76 |
| Binary | 1001000 | 11111110 | 111110 | 1001000 | 0 | 1001100 | 0 | 1110101 | 1100011 | 111110 |
Color Harmonies of #48FE3E
Complementary color
Monochromatic Colors of #48FE3E
Black with #48FE3E
Text Example
Text Example
White with #48FE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FE3E; }
p { color: rgb(72,254,62); }
H1.HeaderClassName
{
color: #48FE3E;
}
.AnyTagClassName
{
color: #48FE3E;
}
</style>
background-color css
<style>
a { background-color: #48FE3E; }
a { background-color: rgb(72,254,62); }
div.DivClassName
{
background-color: #48FE3E;
}
.BgClassName
{
background-color: #48FE3E;
}
</style>
border-color css
<style>
span { border-color: #48FE3E; }
span { border-color: rgb(72,254,62); }
td.TdClassName
{
border-color: #48FE3E;
}
.TagClassName
{
border-color: #48FE3E;
}
</style>