Html Css Color HEX #48EA5E Screamin' Green

📋 copy color: '#48EA5E'

red 72 ◦ green 234 ◦ blue 94

#48EA5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Screamin' Green #48EA5E

Tints of Screamin' Green #48EA5E

RGB

 RED value IS 72 (28.52% from 255) = 18%

 GREEN value IS 234 (91.8% from 255) = 58.5%

 BLUE value IS 94 (37.11% from 255) = 23.5%

R = 18%
G = 58.5%
B = 23.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#48EA5E (or 0x48EA5E) is known color: Screamin' Green. HEX triplet: 48, EA and 5E. RGB value is (72,234,94). Sum of RGB (Red+Green+Blue) = 72+234+94=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 234 (91.80% from 255 or 58.5% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 234 - color contains mainly: green. Hex color #48EA5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EA5E is #B715A1. Grayscale: #AAAAAA. Windows color (decimal): -11998626 or 6220360. OLE color: 6220360.

HSL color Cylindrical-coordinate representation of color #48EA5E: hue angle of 128.15º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EA5E is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 234 94 -
CMYK 0.69 0 0.60 0.08
HSL 128.15º 0.79% 0.6% -
HSV(B) 128.15º 0.69% 0.92% -
XYZ 34.12 61.03 20.57 -
YUV 169.6 85.33 58.38 -
System Red Green Blue C M Y K H S L
Decimal 72 234 94 0.69 0 0.60 0.08 128.15 0.79 0.6
Hex 48 EA 5E 45 0 3C 8 80 4F 3C
Octal 110 352 136 105 0 74 10 200 117 74
Binary 1001000 11101010 1011110 1000101 0 111100 1000 10000000 1001111 111100

Color Harmonies of #48EA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EA5E

Black with #48EA5E

Text Example


Text Example

White with #48EA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,234,94); }

 H1.HeaderClassName
 {
   color: #48EA5E;
 }
 .AnyTagClassName
 {
   color: #48EA5E;
 }
</style>

background-color css

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

 a { background-color: rgb(72,234,94); }

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

border-color css

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

 span { border-color: rgb(72,234,94); }

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