Html Css Color HEX #48C143 Lime Green

📋 copy color: '#48C143'

red 72 ◦ green 193 ◦ blue 67

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

Shades of Lime Green #48C143

Tints of Lime Green #48C143

RGB

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

 GREEN value IS 193 (75.78% from 255) = 58.13%

 BLUE value IS 67 (26.56% from 255) = 20.18%

R = 21.69%
G = 58.13%
B = 20.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#48C143 (or 0x48C143) is known color: Lime Green. HEX triplet: 48, C1 and 43. RGB value is (72,193,67). Sum of RGB (Red+Green+Blue) = 72+193+67=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 193 (75.78% from 255 or 58.13% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 193 - color contains mainly: green. Hex color #48C143 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C143 is #B73EBC. Grayscale: #8E8E8E. Windows color (decimal): -12009149 or 4440392. OLE color: 4440392.

HSL color Cylindrical-coordinate representation of color #48C143: hue angle of 117.62º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48C143 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 193 67 -
CMYK 0.63 0 0.65 0.24
HSL 117.62º 0.5% 0.51% -
HSV(B) 117.62º 0.65% 0.76% -
XYZ 22.76 39.92 11.82 -
YUV 142.46 85.41 77.75 -
System Red Green Blue C M Y K H S L
Decimal 72 193 67 0.63 0 0.65 0.24 117.62 0.5 0.51
Hex 48 C1 43 3F 0 41 18 76 32 33
Octal 110 301 103 77 0 101 30 166 62 63
Binary 1001000 11000001 1000011 111111 0 1000001 11000 1110110 110010 110011

Color Harmonies of #48C143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C143

Black with #48C143

Text Example


Text Example

White with #48C143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,193,67); }

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

background-color css

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

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

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

border-color css

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

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

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