Shades of Screamin' Green #48E254
Tints of Screamin' Green #48E254
RGB
CMYK
RGB Variations
Color information
#48E254 (or 0x48E254) is known color: Screamin' Green. HEX triplet: 48, E2 and 54. RGB value is (72,226,84). Sum of RGB (Red+Green+Blue) = 72+226+84=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 226 (88.67% from 255 or 59.16% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 226 - color contains mainly: green. Hex color #48E254 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48E254 is #B71DAB. Grayscale: #A4A4A4. Windows color (decimal): -12000684 or 5562952. OLE color: 5562952.
HSL color Cylindrical-coordinate representation of color #48E254: hue angle of 124.68º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E254 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 72 | 226 | 84 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.11 |
| HSL | 124.68º | 0.73% | 0.58% | - |
| HSV(B) | 124.68º | 0.68% | 0.89% | - |
| XYZ | 31.47 | 56.41 | 17.62 | - |
| YUV | 163.77 | 82.98 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 226 | 84 | 0.68 | 0 | 0.63 | 0.11 | 124.68 | 0.73 | 0.58 |
| Hex | 48 | E2 | 54 | 44 | 0 | 3F | B | 7D | 49 | 3A |
| Octal | 110 | 342 | 124 | 104 | 0 | 77 | 13 | 175 | 111 | 72 |
| Binary | 1001000 | 11100010 | 1010100 | 1000100 | 0 | 111111 | 1011 | 1111101 | 1001001 | 111010 |
Color Harmonies of #48E254
Complementary color
Monochromatic Colors of #48E254
Black with #48E254
Text Example
Text Example
White with #48E254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E254; }
p { color: rgb(72,226,84); }
H1.HeaderClassName
{
color: #48E254;
}
.AnyTagClassName
{
color: #48E254;
}
</style>
background-color css
<style>
a { background-color: #48E254; }
a { background-color: rgb(72,226,84); }
div.DivClassName
{
background-color: #48E254;
}
.BgClassName
{
background-color: #48E254;
}
</style>
border-color css
<style>
span { border-color: #48E254; }
span { border-color: rgb(72,226,84); }
td.TdClassName
{
border-color: #48E254;
}
.TagClassName
{
border-color: #48E254;
}
</style>