#48EE54

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

Shades of Screamin' Green #48EE54

Tints of Screamin' Green #48EE54

Color information

#48EE54 (or 0x48EE54) is unknown color: approx Screamin' Green. HEX triplet: 48, EE and 54. RGB value is (72,238,84). Sum of RGB (Red+Green+Blue) = 72+238+84=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 238 (93.36% from 255 or 60.41% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 238 - color contains mainly: green. Hex color #48EE54 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EE54 is #B711AB. Grayscale: #ABABAB. Windows color (decimal): -11997612 or 5566024. OLE color: 5566024.

HSL color Cylindrical-coordinate representation of color #48EE54: hue angle of 124.34º degrees, saturation: 0.83, 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 #48EE54 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB7223884-
CMYK0.7000.650.07
HSL124.34º83%60.78%-
HSV(B)124.34º69.75%93.33%-
XYZ34.8563.1718.74-
YUV170.817957.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.27%
GREEN value IS 238 (93.36% from 255) = 60.41%
BLUE value IS 84 (33.20% from 255) = 21.32%
R=18.27%
G=60.41%
B=21.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal72238840.7000.650.07124.348360.78
Hex48EE544604177c533d
Octal1103561241060101717412375
Binary100100011101110101010010001100100000111111111001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,238,84); }

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

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

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

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

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

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

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