Html Css Color HEX #48D537 Lime Green

📋 copy color: '#48D537'

red 72 ◦ green 213 ◦ blue 55

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

Shades of Lime Green #48D537

Tints of Lime Green #48D537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.18%

R = 21.18%
G = 62.65%
B = 16.18%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#48D537 (or 0x48D537) is known color: Lime Green. HEX triplet: 48, D5 and 37. RGB value is (72,213,55). Sum of RGB (Red+Green+Blue) = 72+213+55=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 213 (83.59% from 255 or 62.65% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 213 - color contains mainly: green. Hex color #48D537 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D537 is #B72AC8. Grayscale: #999999. Windows color (decimal): -12004041 or 3659080. OLE color: 3659080.

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

Color convert

RGB 72 213 55 -
CMYK 0.66 0 0.74 0.16
HSL 113.54º 0.65% 0.53% -
HSV(B) 113.54º 0.74% 0.84% -
XYZ 27.16 49.24 11.69 -
YUV 152.83 72.79 70.35 -
System Red Green Blue C M Y K H S L
Decimal 72 213 55 0.66 0 0.74 0.16 113.54 0.65 0.53
Hex 48 D5 37 42 0 4A 10 72 41 35
Octal 110 325 67 102 0 112 20 162 101 65
Binary 1001000 11010101 110111 1000010 0 1001010 10000 1110010 1000001 110101

Color Harmonies of #48D537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D537

Black with #48D537

Text Example


Text Example

White with #48D537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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