Html Css Color HEX #48D532 Lime Green

📋 copy color: '#48D532'

red 72 ◦ green 213 ◦ blue 50

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

Shades of Lime Green #48D532

Tints of Lime Green #48D532

RGB

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

 GREEN value IS 213 (83.59% from 255) = 63.58%

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

R = 21.49%
G = 63.58%
B = 14.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#48D532 (or 0x48D532) is known color: Lime Green. HEX triplet: 48, D5 and 32. RGB value is (72,213,50). Sum of RGB (Red+Green+Blue) = 72+213+50=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 213 (83.59% from 255 or 63.58% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 213 - color contains mainly: green. Hex color #48D532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D532 is #B72ACD. Grayscale: #989898. Windows color (decimal): -12004046 or 3331400. OLE color: 3331400.

HSL color Cylindrical-coordinate representation of color #48D532: hue angle of 111.9º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48D532 is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 213 50 -
CMYK 0.66 0 0.77 0.16
HSL 111.9º 0.66% 0.52% -
HSV(B) 111.9º 0.77% 0.84% -
XYZ 27.04 49.2 11.09 -
YUV 152.26 70.29 70.75 -
System Red Green Blue C M Y K H S L
Decimal 72 213 50 0.66 0 0.77 0.16 111.9 0.66 0.52
Hex 48 D5 32 42 0 4D 10 70 42 34
Octal 110 325 62 102 0 115 20 160 102 64
Binary 1001000 11010101 110010 1000010 0 1001101 10000 1110000 1000010 110100

Color Harmonies of #48D532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D532

Black with #48D532

Text Example


Text Example

White with #48D532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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