Html Css Color HEX #48FA32 Lime Green

📋 copy color: '#48FA32'

red 72 ◦ green 250 ◦ blue 50

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

Shades of Lime Green #48FA32

Tints of Lime Green #48FA32

RGB

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

 GREEN value IS 250 (98.05% from 255) = 67.2%

 BLUE value IS 50 (19.92% from 255) = 13.44%

R = 19.35%
G = 67.2%
B = 13.44%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#48FA32 (or 0x48FA32) is known color: Lime Green. HEX triplet: 48, FA and 32. RGB value is (72,250,50). Sum of RGB (Red+Green+Blue) = 72+250+50=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 250 (98.05% from 255 or 67.20% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 250 - color contains mainly: green. Hex color #48FA32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FA32 is #B705CD. Grayscale: #AEAEAE. Windows color (decimal): -11994574 or 3340872. OLE color: 3340872.

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

Color convert

RGB 72 250 50 -
CMYK 0.71 0 0.8 0.02
HSL 113.4º 0.95% 0.59% -
HSV(B) 113.4º 0.8% 0.98% -
XYZ 37.43 69.98 14.55 -
YUV 173.98 58.03 55.26 -
System Red Green Blue C M Y K H S L
Decimal 72 250 50 0.71 0 0.8 0.02 113.4 0.95 0.59
Hex 48 FA 32 47 0 50 2 71 5F 3B
Octal 110 372 62 107 0 120 2 161 137 73
Binary 1001000 11111010 110010 1000111 0 1010000 10 1110001 1011111 111011

Color Harmonies of #48FA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FA32

Black with #48FA32

Text Example


Text Example

White with #48FA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,250,50); }

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

background-color css

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

 a { background-color: rgb(72,250,50); }

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

border-color css

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

 span { border-color: rgb(72,250,50); }

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