#48FD3C

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

Shades of Screamin' Green #48FD3C

Tints of Screamin' Green #48FD3C

Color information

#48FD3C (or 0x48FD3C) is unknown color: approx Screamin' Green. HEX triplet: 48, FD and 3C. RGB value is (72,253,60). Sum of RGB (Red+Green+Blue) = 72+253+60=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 253 (99.22% from 255 or 65.71% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 253 - color contains mainly: green. Hex color #48FD3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FD3C is #B702C3. Grayscale: #B1B1B1. Windows color (decimal): -11993796 or 3997000. OLE color: 3997000.

HSL color Cylindrical-coordinate representation of color #48FD3C: hue angle of 116.27º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48FD3C is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB7225360-
CMYK0.7200.760.01
HSL116.27º97.97%61.37%-
HSV(B)116.27º76.28%99.22%-
XYZ38.6171.9516.13-
YUV176.8862.0353.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.70%
GREEN value IS 253 (99.22% from 255) = 65.71%
BLUE value IS 60 (23.83% from 255) = 15.58%
R=18.70%
G=65.71%
B=15.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal72253600.7200.760.01116.2797.9761.37
Hex48FD3C4804C174623d
Octal110375741100114116414275
Binary100100011111101111100100100001001100111101001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,253,60); }

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

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

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

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

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

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

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