Html Css Color HEX #48E032 Lime Green

📋 copy color: '#48E032'

red 72 ◦ green 224 ◦ blue 50

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

Shades of Lime Green #48E032

Tints of Lime Green #48E032

RGB

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

 GREEN value IS 224 (87.89% from 255) = 64.74%

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

R = 20.81%
G = 64.74%
B = 14.45%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#48E032 (or 0x48E032) is known color: Lime Green. HEX triplet: 48, E0 and 32. RGB value is (72,224,50). Sum of RGB (Red+Green+Blue) = 72+224+50=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 224 (87.89% from 255 or 64.74% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 224 - color contains mainly: green. Hex color #48E032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E032 is #B71FCD. Grayscale: #9F9F9F. Windows color (decimal): -12001230 or 3334216. OLE color: 3334216.

HSL color Cylindrical-coordinate representation of color #48E032: hue angle of 112.41º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48E032 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 72 224 50 -
CMYK 0.68 0 0.78 0.12
HSL 112.41º 0.74% 0.54% -
HSV(B) 112.41º 0.78% 0.88% -
XYZ 29.9 54.92 12.04 -
YUV 158.72 66.64 66.15 -
System Red Green Blue C M Y K H S L
Decimal 72 224 50 0.68 0 0.78 0.12 112.41 0.74 0.54
Hex 48 E0 32 44 0 4E C 70 4A 36
Octal 110 340 62 104 0 116 14 160 112 66
Binary 1001000 11100000 110010 1000100 0 1001110 1100 1110000 1001010 110110

Color Harmonies of #48E032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E032

Black with #48E032

Text Example


Text Example

White with #48E032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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