Html Css Color HEX #48D64D Lime Green

📋 copy color: '#48D64D'

red 72 ◦ green 214 ◦ blue 77

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

Shades of Lime Green #48D64D

Tints of Lime Green #48D64D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.95%

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

R = 19.83%
G = 58.95%
B = 21.21%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#48D64D (or 0x48D64D) is known color: Lime Green. HEX triplet: 48, D6 and 4D. RGB value is (72,214,77). Sum of RGB (Red+Green+Blue) = 72+214+77=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 214 (83.98% from 255 or 58.95% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 214 - color contains mainly: green. Hex color #48D64D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D64D is #B729B2. Grayscale: #9C9C9C. Windows color (decimal): -12003763 or 5101128. OLE color: 5101128.

HSL color Cylindrical-coordinate representation of color #48D64D: hue angle of 122.11º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D64D is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 214 77 -
CMYK 0.66 0 0.64 0.16
HSL 122.11º 0.63% 0.56% -
HSV(B) 122.11º 0.66% 0.84% -
XYZ 28.06 50.01 15.19 -
YUV 155.92 83.46 68.14 -
System Red Green Blue C M Y K H S L
Decimal 72 214 77 0.66 0 0.64 0.16 122.11 0.63 0.56
Hex 48 D6 4D 42 0 40 10 7A 3F 38
Octal 110 326 115 102 0 100 20 172 77 70
Binary 1001000 11010110 1001101 1000010 0 1000000 10000 1111010 111111 111000

Color Harmonies of #48D64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D64D

Black with #48D64D

Text Example


Text Example

White with #48D64D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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