Html Css Color HEX #48C632 Lime Green

📋 copy color: '#48C632'

red 72 ◦ green 198 ◦ blue 50

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

Shades of Lime Green #48C632

Tints of Lime Green #48C632

RGB

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

 GREEN value IS 198 (77.73% from 255) = 61.88%

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

R = 22.5%
G = 61.88%
B = 15.63%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#48C632 (or 0x48C632) is known color: Lime Green. HEX triplet: 48, C6 and 32. RGB value is (72,198,50). Sum of RGB (Red+Green+Blue) = 72+198+50=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 198 (77.73% from 255 or 61.88% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 198 - color contains mainly: green. Hex color #48C632 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C632 is #B739CD. Grayscale: #8F8F8F. Windows color (decimal): -12007886 or 3327560. OLE color: 3327560.

HSL color Cylindrical-coordinate representation of color #48C632: hue angle of 111.08º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48C632 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 198 50 -
CMYK 0.64 0 0.75 0.22
HSL 111.08º 0.6% 0.49% -
HSV(B) 111.08º 0.75% 0.78% -
XYZ 23.44 42 9.89 -
YUV 143.45 75.26 77.03 -
System Red Green Blue C M Y K H S L
Decimal 72 198 50 0.64 0 0.75 0.22 111.08 0.6 0.49
Hex 48 C6 32 40 0 4B 16 6F 3C 31
Octal 110 306 62 100 0 113 26 157 74 61
Binary 1001000 11000110 110010 1000000 0 1001011 10110 1101111 111100 110001

Color Harmonies of #48C632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C632

Black with #48C632

Text Example


Text Example

White with #48C632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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