Html Css Color HEX #48FE3D Screamin' Green

📋 copy color: '#48FE3D'

red 72 ◦ green 254 ◦ blue 61

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

Shades of Screamin' Green #48FE3D

Tints of Screamin' Green #48FE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.76%

R = 18.6%
G = 65.63%
B = 15.76%

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

#48FE3D (or 0x48FE3D) is known color: Screamin' Green. HEX triplet: 48, FE and 3D. RGB value is (72,254,61). Sum of RGB (Red+Green+Blue) = 72+254+61=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 254 (99.61% from 255 or 65.63% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FE3D is #B701C2. Grayscale: #B2B2B2. Windows color (decimal): -11993539 or 4062792. OLE color: 4062792.

HSL color Cylindrical-coordinate representation of color #48FE3D: hue angle of 116.58º 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 #48FE3D is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 254 61 -
CMYK 0.72 0 0.76 0.00
HSL 116.58º 0.99% 0.62% -
HSV(B) 116.58º 0.76% 1% -
XYZ 38.96 72.6 16.37 -
YUV 177.58 62.2 52.69 -
System Red Green Blue C M Y K H S L
Decimal 72 254 61 0.72 0 0.76 0.00 116.58 0.99 0.62
Hex 48 FE 3D 48 0 4C 0 75 63 3E
Octal 110 376 75 110 0 114 0 165 143 76
Binary 1001000 11111110 111101 1001000 0 1001100 0 1110101 1100011 111110

Color Harmonies of #48FE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FE3D

Black with #48FE3D

Text Example


Text Example

White with #48FE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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