Html Css Color HEX #48DB4B Lime Green

📋 copy color: '#48DB4B'

red 72 ◦ green 219 ◦ blue 75

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

Shades of Lime Green #48DB4B

Tints of Lime Green #48DB4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.49%

R = 19.67%
G = 59.84%
B = 20.49%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#48DB4B (or 0x48DB4B) is known color: Lime Green. HEX triplet: 48, DB and 4B. RGB value is (72,219,75). Sum of RGB (Red+Green+Blue) = 72+219+75=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 219 (85.94% from 255 or 59.84% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DB4B is #B724B4. Grayscale: #9F9F9F. Windows color (decimal): -12002485 or 4971336. OLE color: 4971336.

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

Color convert

RGB 72 219 75 -
CMYK 0.67 0 0.66 0.14
HSL 121.22º 0.67% 0.57% -
HSV(B) 121.22º 0.67% 0.86% -
XYZ 29.27 52.55 15.26 -
YUV 158.63 80.8 66.21 -
System Red Green Blue C M Y K H S L
Decimal 72 219 75 0.67 0 0.66 0.14 121.22 0.67 0.57
Hex 48 DB 4B 43 0 42 E 79 43 39
Octal 110 333 113 103 0 102 16 171 103 71
Binary 1001000 11011011 1001011 1000011 0 1000010 1110 1111001 1000011 111001

Color Harmonies of #48DB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DB4B

Black with #48DB4B

Text Example


Text Example

White with #48DB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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