#4EED48

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

Shades of Screamin' Green #4EED48

Tints of Screamin' Green #4EED48

Color information

#4EED48 (or 0x4EED48) is unknown color: approx Screamin' Green. HEX triplet: 4E, ED and 48. RGB value is (78,237,72). Sum of RGB (Red+Green+Blue) = 78+237+72=387 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.16% from 387); Green value is 237 (92.97% from 255 or 61.24% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 237 - color contains mainly: green. Hex color #4EED48 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EED48 is #B112B7. Grayscale: #ABABAB. Windows color (decimal): -11604664 or 4779342. OLE color: 4779342.

HSL color Cylindrical-coordinate representation of color #4EED48: hue angle of 117.82º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4EED48 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB7823772-
CMYK0.6700.700.07
HSL117.82º82.09%60.59%-
HSV(B)117.82º69.62%92.94%-
XYZ34.662.6616.4-
YUV170.6572.3261.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.16%
GREEN value IS 237 (92.97% from 255) = 61.24%
BLUE value IS 72 (28.52% from 255) = 18.60%
R=20.16%
G=61.24%
B=18.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal78237720.6700.700.07117.8282.0960.59
Hex4EED4843046776523d
Octal1163551101030106716612275
Binary100111011101101100100010000110100011011111101101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EED48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EED48; }

 p { color: rgb(78,237,72); }

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

<style>
 a { background-color: #4EED48; }

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

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

<style>
 span { border-color: #4EED48; }

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

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