Html Css Color HEX #48D84D Lime Green

📋 copy color: '#48D84D'

red 72 ◦ green 216 ◦ blue 77

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

Shades of Lime Green #48D84D

Tints of Lime Green #48D84D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 59.18%

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

R = 19.73%
G = 59.18%
B = 21.1%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#48D84D (or 0x48D84D) is known color: Lime Green. HEX triplet: 48, D8 and 4D. RGB value is (72,216,77). Sum of RGB (Red+Green+Blue) = 72+216+77=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 216 (84.77% from 255 or 59.18% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 216 - color contains mainly: green. Hex color #48D84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D84D is #B727B2. Grayscale: #9D9D9D. Windows color (decimal): -12003251 or 5101640. OLE color: 5101640.

HSL color Cylindrical-coordinate representation of color #48D84D: hue angle of 122.08º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D84D is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 216 77 -
CMYK 0.67 0 0.64 0.15
HSL 122.08º 0.65% 0.56% -
HSV(B) 122.08º 0.67% 0.85% -
XYZ 28.57 51.03 15.36 -
YUV 157.1 82.79 67.3 -
System Red Green Blue C M Y K H S L
Decimal 72 216 77 0.67 0 0.64 0.15 122.08 0.65 0.56
Hex 48 D8 4D 43 0 40 F 7A 41 38
Octal 110 330 115 103 0 100 17 172 101 70
Binary 1001000 11011000 1001101 1000011 0 1000000 1111 1111010 1000001 111000

Color Harmonies of #48D84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D84D

Black with #48D84D

Text Example


Text Example

White with #48D84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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