Html Css Color HEX #48FE3C Screamin' Green

📋 copy color: '#48FE3C'

red 72 ◦ green 254 ◦ blue 60

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

Shades of Screamin' Green #48FE3C

Tints of Screamin' Green #48FE3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.54%

R = 18.65%
G = 65.8%
B = 15.54%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#48FE3C (or 0x48FE3C) is known color: Screamin' Green. HEX triplet: 48, FE and 3C. RGB value is (72,254,60). Sum of RGB (Red+Green+Blue) = 72+254+60=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 254 (99.61% from 255 or 65.80% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FE3C is #B701C3. Grayscale: #B2B2B2. Windows color (decimal): -11993540 or 3997256. OLE color: 3997256.

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

Color convert

RGB 72 254 60 -
CMYK 0.72 0 0.76 0.00
HSL 116.29º 0.99% 0.62% -
HSV(B) 116.29º 0.76% 1% -
XYZ 38.93 72.59 16.23 -
YUV 177.47 61.7 52.77 -
System Red Green Blue C M Y K H S L
Decimal 72 254 60 0.72 0 0.76 0.00 116.29 0.99 0.62
Hex 48 FE 3C 48 0 4C 0 74 63 3E
Octal 110 376 74 110 0 114 0 164 143 76
Binary 1001000 11111110 111100 1001000 0 1001100 0 1110100 1100011 111110

Color Harmonies of #48FE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FE3C

Black with #48FE3C

Text Example


Text Example

White with #48FE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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