Html Css Color HEX #48DC32 Lime Green

📋 copy color: '#48DC32'

red 72 ◦ green 220 ◦ blue 50

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

Shades of Lime Green #48DC32

Tints of Lime Green #48DC32

RGB

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

 GREEN value IS 220 (86.33% from 255) = 64.33%

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

R = 21.05%
G = 64.33%
B = 14.62%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#48DC32 (or 0x48DC32) is known color: Lime Green. HEX triplet: 48, DC and 32. RGB value is (72,220,50). Sum of RGB (Red+Green+Blue) = 72+220+50=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 220 (86.33% from 255 or 64.33% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 220 - color contains mainly: green. Hex color #48DC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DC32 is #B723CD. Grayscale: #9C9C9C. Windows color (decimal): -12002254 or 3333192. OLE color: 3333192.

HSL color Cylindrical-coordinate representation of color #48DC32: hue angle of 112.24º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48DC32 is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 220 50 -
CMYK 0.67 0 0.77 0.14
HSL 112.24º 0.71% 0.53% -
HSV(B) 112.24º 0.77% 0.86% -
XYZ 28.84 52.79 11.69 -
YUV 156.37 67.97 67.82 -
System Red Green Blue C M Y K H S L
Decimal 72 220 50 0.67 0 0.77 0.14 112.24 0.71 0.53
Hex 48 DC 32 43 0 4D E 70 47 35
Octal 110 334 62 103 0 115 16 160 107 65
Binary 1001000 11011100 110010 1000011 0 1001101 1110 1110000 1000111 110101

Color Harmonies of #48DC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DC32

Black with #48DC32

Text Example


Text Example

White with #48DC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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