Html Css Color HEX #48D948 Lime Green

📋 copy color: '#48D948'

red 72 ◦ green 217 ◦ blue 72

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

Shades of Lime Green #48D948

Tints of Lime Green #48D948

RGB

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

 GREEN value IS 217 (85.16% from 255) = 60.11%

 BLUE value IS 72 (28.52% from 255) = 19.94%

R = 19.94%
G = 60.11%
B = 19.94%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#48D948 (or 0x48D948) is known color: Lime Green. HEX triplet: 48, D9 and 48. RGB value is (72,217,72). Sum of RGB (Red+Green+Blue) = 72+217+72=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 217 (85.16% from 255 or 60.11% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 217 - color contains mainly: green. Hex color #48D948 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D948 is #B726B7. Grayscale: #9D9D9D. Windows color (decimal): -12003000 or 4774216. OLE color: 4774216.

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

Color convert

RGB 72 217 72 -
CMYK 0.67 0 0.67 0.15
HSL 120º 0.66% 0.57% -
HSV(B) 120º 0.67% 0.85% -
XYZ 28.66 51.47 14.56 -
YUV 157.12 79.96 67.29 -
System Red Green Blue C M Y K H S L
Decimal 72 217 72 0.67 0 0.67 0.15 120 0.66 0.57
Hex 48 D9 48 43 0 43 F 78 42 39
Octal 110 331 110 103 0 103 17 170 102 71
Binary 1001000 11011001 1001000 1000011 0 1000011 1111 1111000 1000010 111001

Color Harmonies of #48D948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D948

Black with #48D948

Text Example


Text Example

White with #48D948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,217,72); }

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

background-color css

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

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

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

border-color css

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

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

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