#48FB48

Color #48FB48 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #48FB48

Tints of Screamin' Green #48FB48

Color information

#48FB48 (or 0x48FB48) is unknown color: approx Screamin' Green. HEX triplet: 48, FB and 48. RGB value is (72,251,72). Sum of RGB (Red+Green+Blue) = 72+251+72=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 251 (98.44% from 255 or 63.54% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 251 - color contains mainly: green. Hex color #48FB48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FB48 is #B704B7. Grayscale: #B1B1B1. Windows color (decimal): -11994296 or 4782920. OLE color: 4782920.

HSL color Cylindrical-coordinate representation of color #48FB48: hue angle of 120º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FB48 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB7225172-
CMYK0.7100.710.02
HSL120º95.72%63.33%-
HSV(B)120º71.31%98.43%-
XYZ38.3470.8417.78-
YUV177.0768.753.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 18.23%
GREEN value IS 251 (98.44% from 255) = 63.54%
BLUE value IS 72 (28.52% from 255) = 18.23%
R=18.23%
G=63.54%
B=18.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal72251720.7100.710.0212095.7263.33
Hex48FB4847047278603f
Octal1103731101070107217014077
Binary10010001111101110010001000111010001111011110001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48FB48; }

 p { color: rgb(72,251,72); }

 H1.HeaderClassName
 {
   color: #48FB48;
 }
 .AnyTagClassName
 {
   color: #48FB48;
 }
</style>
background-color css

<style>
 a { background-color: #48FB48; }

 a { background-color: rgb(72,251,72); }

 div.DivClassName
 {
   background-color: #48FB48;
 }
 .BgClassName
 {
   background-color: #48FB48;
 }
</style>
border-color css

<style>
 span { border-color: #48FB48; }

 span { border-color: rgb(72,251,72); }

 td.TdClassName
 {
   border-color: #48FB48;
 }
 .TagClassName
 {
   border-color: #48FB48;
 }
</style>