#48FA4C

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

Shades of Screamin' Green #48FA4C

Tints of Screamin' Green #48FA4C

Color information

#48FA4C (or 0x48FA4C) is unknown color: approx Screamin' Green. HEX triplet: 48, FA and 4C. RGB value is (72,250,76). Sum of RGB (Red+Green+Blue) = 72+250+76=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 250 (98.05% from 255 or 62.81% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 250 - color contains mainly: green. Hex color #48FA4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FA4C is #B705B3. Grayscale: #B1B1B1. Windows color (decimal): -11994548 or 5044808. OLE color: 5044808.

HSL color Cylindrical-coordinate representation of color #48FA4C: hue angle of 121.35º degrees, saturation: 0.95, 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 #48FA4C is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB7225076-
CMYK0.7100.700.02
HSL121.35º94.68%63.14%-
HSV(B)121.35º71.2%98.04%-
XYZ38.1670.2718.39-
YUV176.9471.0353.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.09%
GREEN value IS 250 (98.05% from 255) = 62.81%
BLUE value IS 76 (30.08% from 255) = 19.10%
R=18.09%
G=62.81%
B=19.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal72250760.7100.700.02121.3594.6863.14
Hex48FA4C470462795f3f
Octal1103721141070106217113777
Binary10010001111101010011001000111010001101011110011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,250,76); }

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

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

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

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

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

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

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