Html Css Color HEX #48BC37 Lime Green

📋 copy color: '#48BC37'

red 72 ◦ green 188 ◦ blue 55

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

Shades of Lime Green #48BC37

Tints of Lime Green #48BC37

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.68%

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

R = 22.86%
G = 59.68%
B = 17.46%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#48BC37 (or 0x48BC37) is known color: Lime Green. HEX triplet: 48, BC and 37. RGB value is (72,188,55). Sum of RGB (Red+Green+Blue) = 72+188+55=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BC37 is #B743C8. Grayscale: #8A8A8A. Windows color (decimal): -12010441 or 3652680. OLE color: 3652680.

HSL color Cylindrical-coordinate representation of color #48BC37: hue angle of 112.33º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48BC37 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 188 55 -
CMYK 0.62 0 0.71 0.26
HSL 112.33º 0.55% 0.48% -
HSV(B) 112.33º 0.71% 0.74% -
XYZ 21.35 37.62 9.75 -
YUV 138.15 81.07 80.81 -
System Red Green Blue C M Y K H S L
Decimal 72 188 55 0.62 0 0.71 0.26 112.33 0.55 0.48
Hex 48 BC 37 3E 0 47 1A 70 37 30
Octal 110 274 67 76 0 107 32 160 67 60
Binary 1001000 10111100 110111 111110 0 1000111 11010 1110000 110111 110000

Color Harmonies of #48BC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BC37

Black with #48BC37

Text Example


Text Example

White with #48BC37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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