Html Css Color HEX #48FE70 Screamin' Green

📋 copy color: '#48FE70'

red 72 ◦ green 254 ◦ blue 112

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

Shades of Screamin' Green #48FE70

Tints of Screamin' Green #48FE70

RGB

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

 GREEN value IS 254 (99.61% from 255) = 57.99%

 BLUE value IS 112 (44.14% from 255) = 25.57%

R = 16.44%
G = 57.99%
B = 25.57%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#48FE70 (or 0x48FE70) is known color: Screamin' Green. HEX triplet: 48, FE and 70. RGB value is (72,254,112). Sum of RGB (Red+Green+Blue) = 72+254+112=438 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.44% from 438); Green value is 254 (99.61% from 255 or 57.99% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FE70 is #B7018F. Grayscale: #B7B7B7. Windows color (decimal): -11993488 or 7405128. OLE color: 7405128.

HSL color Cylindrical-coordinate representation of color #48FE70: hue angle of 133.19º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FE70 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 254 112 -
CMYK 0.72 0 0.56 0.00
HSL 133.19º 0.99% 0.64% -
HSV(B) 133.19º 0.72% 1% -
XYZ 41.04 73.43 27.34 -
YUV 183.39 87.7 48.55 -
System Red Green Blue C M Y K H S L
Decimal 72 254 112 0.72 0 0.56 0.00 133.19 0.99 0.64
Hex 48 FE 70 48 0 38 0 85 63 40
Octal 110 376 160 110 0 70 0 205 143 100
Binary 1001000 11111110 1110000 1001000 0 111000 0 10000101 1100011 1000000

Color Harmonies of #48FE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FE70

Black with #48FE70

Text Example


Text Example

White with #48FE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,254,112); }

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

background-color css

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

 a { background-color: rgb(72,254,112); }

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

border-color css

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

 span { border-color: rgb(72,254,112); }

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