Html Css Color HEX #48DB37 Lime Green

📋 copy color: '#48DB37'

red 72 ◦ green 219 ◦ blue 55

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

Shades of Lime Green #48DB37

Tints of Lime Green #48DB37

RGB

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

 GREEN value IS 219 (85.94% from 255) = 63.29%

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

R = 20.81%
G = 63.29%
B = 15.9%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#48DB37 (or 0x48DB37) is known color: Lime Green. HEX triplet: 48, DB and 37. RGB value is (72,219,55). Sum of RGB (Red+Green+Blue) = 72+219+55=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 219 (85.94% from 255 or 63.29% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DB37 is #B724C8. Grayscale: #9C9C9C. Windows color (decimal): -12002505 or 3660616. OLE color: 3660616.

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

Color convert

RGB 72 219 55 -
CMYK 0.67 0 0.75 0.14
HSL 113.78º 0.69% 0.54% -
HSV(B) 113.78º 0.75% 0.86% -
XYZ 28.69 52.32 12.2 -
YUV 156.35 70.8 67.84 -
System Red Green Blue C M Y K H S L
Decimal 72 219 55 0.67 0 0.75 0.14 113.78 0.69 0.54
Hex 48 DB 37 43 0 4B E 72 45 36
Octal 110 333 67 103 0 113 16 162 105 66
Binary 1001000 11011011 110111 1000011 0 1001011 1110 1110010 1000101 110110

Color Harmonies of #48DB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DB37

Black with #48DB37

Text Example


Text Example

White with #48DB37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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