Html Css Color HEX #48F25D Screamin' Green

📋 copy color: '#48F25D'

red 72 ◦ green 242 ◦ blue 93

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

Shades of Screamin' Green #48F25D

Tints of Screamin' Green #48F25D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 59.46%

 BLUE value IS 93 (36.72% from 255) = 22.85%

R = 17.69%
G = 59.46%
B = 22.85%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#48F25D (or 0x48F25D) is known color: Screamin' Green. HEX triplet: 48, F2 and 5D. RGB value is (72,242,93). Sum of RGB (Red+Green+Blue) = 72+242+93=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 242 (94.92% from 255 or 59.46% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 242 - color contains mainly: green. Hex color #48F25D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F25D is #B70DA2. Grayscale: #AEAEAE. Windows color (decimal): -11996579 or 6156872. OLE color: 6156872.

HSL color Cylindrical-coordinate representation of color #48F25D: hue angle of 127.41º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F25D is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 242 93 -
CMYK 0.70 0 0.62 0.05
HSL 127.41º 0.87% 0.62% -
HSV(B) 127.41º 0.7% 0.95% -
XYZ 36.4 65.67 21.11 -
YUV 174.18 82.18 55.12 -
System Red Green Blue C M Y K H S L
Decimal 72 242 93 0.70 0 0.62 0.05 127.41 0.87 0.62
Hex 48 F2 5D 46 0 3E 5 7F 57 3E
Octal 110 362 135 106 0 76 5 177 127 76
Binary 1001000 11110010 1011101 1000110 0 111110 101 1111111 1010111 111110

Color Harmonies of #48F25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F25D

Black with #48F25D

Text Example


Text Example

White with #48F25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,242,93); }

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

background-color css

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

 a { background-color: rgb(72,242,93); }

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

border-color css

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

 span { border-color: rgb(72,242,93); }

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