Html Css Color HEX #48FB70 Screamin' Green

📋 copy color: '#48FB70'

red 72 ◦ green 251 ◦ blue 112

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

Shades of Screamin' Green #48FB70

Tints of Screamin' Green #48FB70

RGB

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

 GREEN value IS 251 (98.44% from 255) = 57.7%

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

R = 16.55%
G = 57.7%
B = 25.75%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#48FB70 (or 0x48FB70) is known color: Screamin' Green. HEX triplet: 48, FB and 70. RGB value is (72,251,112). Sum of RGB (Red+Green+Blue) = 72+251+112=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 251 (98.44% from 255 or 57.70% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 251 - color contains mainly: green. Hex color #48FB70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FB70 is #B7048F. Grayscale: #B6B6B6. Windows color (decimal): -11994256 or 7404360. OLE color: 7404360.

HSL color Cylindrical-coordinate representation of color #48FB70: hue angle of 133.41º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FB70 is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 251 112 -
CMYK 0.71 0 0.55 0.02
HSL 133.41º 0.96% 0.63% -
HSV(B) 133.41º 0.71% 0.98% -
XYZ 40.09 71.54 27.03 -
YUV 181.63 88.7 49.8 -
System Red Green Blue C M Y K H S L
Decimal 72 251 112 0.71 0 0.55 0.02 133.41 0.96 0.63
Hex 48 FB 70 47 0 37 2 85 60 3F
Octal 110 373 160 107 0 67 2 205 140 77
Binary 1001000 11111011 1110000 1000111 0 110111 10 10000101 1100000 111111

Color Harmonies of #48FB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FB70

Black with #48FB70

Text Example


Text Example

White with #48FB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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