Html Css Color HEX #48FF41 Screamin' Green

📋 copy color: '#48FF41'

red 72 ◦ green 255 ◦ blue 65

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

Shades of Screamin' Green #48FF41

Tints of Screamin' Green #48FF41

RGB

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

 GREEN value IS 255 (100% from 255) = 65.05%

 BLUE value IS 65 (25.78% from 255) = 16.58%

R = 18.37%
G = 65.05%
B = 16.58%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#48FF41 (or 0x48FF41) is known color: Screamin' Green. HEX triplet: 48, FF and 41. RGB value is (72,255,65). Sum of RGB (Red+Green+Blue) = 72+255+65=392 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.37% from 392); Green value is 255 (100% from 255 or 65.05% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FF41 is #B700BE. Grayscale: #B3B3B3. Windows color (decimal): -11993279 or 4325192. OLE color: 4325192.

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

Color convert

RGB 72 255 65 -
CMYK 0.72 0 0.75 0
HSL 117.79º 1% 0.63% -
HSV(B) 117.79º 0.75% 1% -
XYZ 39.39 73.28 17.07 -
YUV 178.62 63.87 51.95 -
System Red Green Blue C M Y K H S L
Decimal 72 255 65 0.72 0 0.75 0 117.79 1 0.63
Hex 48 FF 41 48 0 4B 0 76 64 3F
Octal 110 377 101 110 0 113 0 166 144 77
Binary 1001000 11111111 1000001 1001000 0 1001011 0 1110110 1100100 111111

Color Harmonies of #48FF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FF41

Black with #48FF41

Text Example


Text Example

White with #48FF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,255,65); }

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

background-color css

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

 a { background-color: rgb(72,255,65); }

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

border-color css

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

 span { border-color: rgb(72,255,65); }

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