Shades of Screamin' Green #48FE3A
Tints of Screamin' Green #48FE3A
RGB
CMYK
RGB Variations
Color information
#48FE3A (or 0x48FE3A) is known color: Screamin' Green. HEX triplet: 48, FE and 3A. RGB value is (72,254,58). Sum of RGB (Red+Green+Blue) = 72+254+58=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 254 (99.61% from 255 or 66.15% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FE3A is #B701C5. Grayscale: #B1B1B1. Windows color (decimal): -11993542 or 3866184. OLE color: 3866184.
HSL color Cylindrical-coordinate representation of color #48FE3A: hue angle of 115.71º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48FE3A is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 254 | 58 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.00 |
| HSL | 115.71º | 0.99% | 0.61% | - |
| HSV(B) | 115.71º | 0.77% | 1% | - |
| XYZ | 38.88 | 72.57 | 15.96 | - |
| YUV | 177.24 | 60.7 | 52.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 254 | 58 | 0.72 | 0 | 0.77 | 0.00 | 115.71 | 0.99 | 0.61 |
| Hex | 48 | FE | 3A | 48 | 0 | 4D | 0 | 74 | 63 | 3D |
| Octal | 110 | 376 | 72 | 110 | 0 | 115 | 0 | 164 | 143 | 75 |
| Binary | 1001000 | 11111110 | 111010 | 1001000 | 0 | 1001101 | 0 | 1110100 | 1100011 | 111101 |
Color Harmonies of #48FE3A
Complementary color
Monochromatic Colors of #48FE3A
Black with #48FE3A
Text Example
Text Example
White with #48FE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FE3A; }
p { color: rgb(72,254,58); }
H1.HeaderClassName
{
color: #48FE3A;
}
.AnyTagClassName
{
color: #48FE3A;
}
</style>
background-color css
<style>
a { background-color: #48FE3A; }
a { background-color: rgb(72,254,58); }
div.DivClassName
{
background-color: #48FE3A;
}
.BgClassName
{
background-color: #48FE3A;
}
</style>
border-color css
<style>
span { border-color: #48FE3A; }
span { border-color: rgb(72,254,58); }
td.TdClassName
{
border-color: #48FE3A;
}
.TagClassName
{
border-color: #48FE3A;
}
</style>