#48FD42

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

Shades of Screamin' Green #48FD42

Tints of Screamin' Green #48FD42

Color information

#48FD42 (or 0x48FD42) is unknown color: approx Screamin' Green. HEX triplet: 48, FD and 42. RGB value is (72,253,66). Sum of RGB (Red+Green+Blue) = 72+253+66=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 253 (99.22% from 255 or 64.71% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 253 - color contains mainly: green. Hex color #48FD42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FD42 is #B702BD. Grayscale: #B2B2B2. Windows color (decimal): -11993790 or 4390216. OLE color: 4390216.

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

Color convert

RGB7225366-
CMYK0.7200.740.01
HSL118.07º97.91%62.55%-
HSV(B)118.07º73.91%99.22%-
XYZ38.7872.0217.01-
YUV177.5665.0352.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.41%
GREEN value IS 253 (99.22% from 255) = 64.71%
BLUE value IS 66 (26.17% from 255) = 16.88%
R=18.41%
G=64.71%
B=16.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal72253660.7200.740.01118.0797.9162.55
Hex48FD424804A176623f
Octal1103751021100112116614277
Binary1001000111111011000010100100001001010111101101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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