Html Css Color HEX #48E14D Lime Green

📋 copy color: '#48E14D'

red 72 ◦ green 225 ◦ blue 77

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

Shades of Lime Green #48E14D

Tints of Lime Green #48E14D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 60.16%

 BLUE value IS 77 (30.47% from 255) = 20.59%

R = 19.25%
G = 60.16%
B = 20.59%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#48E14D (or 0x48E14D) is known color: Lime Green. HEX triplet: 48, E1 and 4D. RGB value is (72,225,77). Sum of RGB (Red+Green+Blue) = 72+225+77=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 225 (88.28% from 255 or 60.16% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 225 - color contains mainly: green. Hex color #48E14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48E14D is #B71EB2. Grayscale: #A2A2A2. Windows color (decimal): -12000947 or 5103944. OLE color: 5103944.

HSL color Cylindrical-coordinate representation of color #48E14D: hue angle of 121.96º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E14D is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 72 225 77 -
CMYK 0.68 0 0.66 0.12
HSL 121.96º 0.72% 0.58% -
HSV(B) 121.96º 0.68% 0.88% -
XYZ 30.94 55.76 16.15 -
YUV 162.38 79.81 63.53 -
System Red Green Blue C M Y K H S L
Decimal 72 225 77 0.68 0 0.66 0.12 121.96 0.72 0.58
Hex 48 E1 4D 44 0 42 C 7A 48 3A
Octal 110 341 115 104 0 102 14 172 110 72
Binary 1001000 11100001 1001101 1000100 0 1000010 1100 1111010 1001000 111010

Color Harmonies of #48E14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E14D

Black with #48E14D

Text Example


Text Example

White with #48E14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,225,77); }

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

background-color css

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

 a { background-color: rgb(72,225,77); }

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

border-color css

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

 span { border-color: rgb(72,225,77); }

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