Shades of Screamin' Green #48FB3C
Tints of Screamin' Green #48FB3C
RGB
CMYK
RGB Variations
Color information
#48FB3C (or 0x48FB3C) is known color: Screamin' Green. HEX triplet: 48, FB and 3C. RGB value is (72,251,60). Sum of RGB (Red+Green+Blue) = 72+251+60=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 251 (98.44% from 255 or 65.54% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 251 - color contains mainly: green. Hex color #48FB3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FB3C is #B704C3. Grayscale: #B0B0B0. Windows color (decimal): -11994308 or 3996488. OLE color: 3996488.
HSL color Cylindrical-coordinate representation of color #48FB3C: hue angle of 116.23º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48FB3C is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 251 | 60 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.02 |
| HSL | 116.23º | 0.96% | 0.61% | - |
| HSV(B) | 116.23º | 0.76% | 0.98% | - |
| XYZ | 37.99 | 70.7 | 15.92 | - |
| YUV | 175.71 | 62.7 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 251 | 60 | 0.71 | 0 | 0.76 | 0.02 | 116.23 | 0.96 | 0.61 |
| Hex | 48 | FB | 3C | 47 | 0 | 4C | 2 | 74 | 60 | 3D |
| Octal | 110 | 373 | 74 | 107 | 0 | 114 | 2 | 164 | 140 | 75 |
| Binary | 1001000 | 11111011 | 111100 | 1000111 | 0 | 1001100 | 10 | 1110100 | 1100000 | 111101 |
Color Harmonies of #48FB3C
Complementary color
Monochromatic Colors of #48FB3C
Black with #48FB3C
Text Example
Text Example
White with #48FB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FB3C; }
p { color: rgb(72,251,60); }
H1.HeaderClassName
{
color: #48FB3C;
}
.AnyTagClassName
{
color: #48FB3C;
}
</style>
background-color css
<style>
a { background-color: #48FB3C; }
a { background-color: rgb(72,251,60); }
div.DivClassName
{
background-color: #48FB3C;
}
.BgClassName
{
background-color: #48FB3C;
}
</style>
border-color css
<style>
span { border-color: #48FB3C; }
span { border-color: rgb(72,251,60); }
td.TdClassName
{
border-color: #48FB3C;
}
.TagClassName
{
border-color: #48FB3C;
}
</style>