Html Css Color HEX #48DB3F Lime Green

📋 copy color: '#48DB3F'

red 72 ◦ green 219 ◦ blue 63

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

Shades of Lime Green #48DB3F

Tints of Lime Green #48DB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.8%

R = 20.34%
G = 61.86%
B = 17.8%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#48DB3F (or 0x48DB3F) is known color: Lime Green. HEX triplet: 48, DB and 3F. RGB value is (72,219,63). Sum of RGB (Red+Green+Blue) = 72+219+63=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 219 (85.94% from 255 or 61.86% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DB3F is #B724C0. Grayscale: #9D9D9D. Windows color (decimal): -12002497 or 4184904. OLE color: 4184904.

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

Color convert

RGB 72 219 63 -
CMYK 0.67 0 0.71 0.14
HSL 116.54º 0.68% 0.55% -
HSV(B) 116.54º 0.71% 0.86% -
XYZ 28.9 52.4 13.29 -
YUV 157.26 74.8 67.18 -
System Red Green Blue C M Y K H S L
Decimal 72 219 63 0.67 0 0.71 0.14 116.54 0.68 0.55
Hex 48 DB 3F 43 0 47 E 75 44 37
Octal 110 333 77 103 0 107 16 165 104 67
Binary 1001000 11011011 111111 1000011 0 1000111 1110 1110101 1000100 110111

Color Harmonies of #48DB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DB3F

Black with #48DB3F

Text Example


Text Example

White with #48DB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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