Html Css Color HEX #48FE3F Screamin' Green

📋 copy color: '#48FE3F'

red 72 ◦ green 254 ◦ blue 63

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

Shades of Screamin' Green #48FE3F

Tints of Screamin' Green #48FE3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.2%

R = 18.51%
G = 65.3%
B = 16.2%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#48FE3F (or 0x48FE3F) is known color: Screamin' Green. HEX triplet: 48, FE and 3F. RGB value is (72,254,63). Sum of RGB (Red+Green+Blue) = 72+254+63=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 254 (99.61% from 255 or 65.30% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FE3F is #B701C0. Grayscale: #B2B2B2. Windows color (decimal): -11993537 or 4193864. OLE color: 4193864.

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

Color convert

RGB 72 254 63 -
CMYK 0.72 0 0.75 0.00
HSL 117.17º 0.99% 0.62% -
HSV(B) 117.17º 0.75% 1% -
XYZ 39.01 72.62 16.66 -
YUV 177.81 63.2 52.53 -
System Red Green Blue C M Y K H S L
Decimal 72 254 63 0.72 0 0.75 0.00 117.17 0.99 0.62
Hex 48 FE 3F 48 0 4B 0 75 63 3E
Octal 110 376 77 110 0 113 0 165 143 76
Binary 1001000 11111110 111111 1001000 0 1001011 0 1110101 1100011 111110

Color Harmonies of #48FE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FE3F

Black with #48FE3F

Text Example


Text Example

White with #48FE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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