Html Css Color HEX #48C349 Lime Green

📋 copy color: '#48C349'

red 72 ◦ green 195 ◦ blue 73

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

Shades of Lime Green #48C349

Tints of Lime Green #48C349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.35%

 BLUE value IS 73 (28.91% from 255) = 21.47%

R = 21.18%
G = 57.35%
B = 21.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#48C349 (or 0x48C349) is known color: Lime Green. HEX triplet: 48, C3 and 49. RGB value is (72,195,73). Sum of RGB (Red+Green+Blue) = 72+195+73=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 195 (76.56% from 255 or 57.35% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 195 - color contains mainly: green. Hex color #48C349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C349 is #B73CB6. Grayscale: #909090. Windows color (decimal): -12008631 or 4834120. OLE color: 4834120.

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

Color convert

RGB 72 195 73 -
CMYK 0.63 0 0.63 0.24
HSL 120.49º 0.51% 0.52% -
HSV(B) 120.49º 0.63% 0.76% -
XYZ 23.39 40.89 12.96 -
YUV 144.32 87.75 76.42 -
System Red Green Blue C M Y K H S L
Decimal 72 195 73 0.63 0 0.63 0.24 120.49 0.51 0.52
Hex 48 C3 49 3F 0 3F 18 78 33 34
Octal 110 303 111 77 0 77 30 170 63 64
Binary 1001000 11000011 1001001 111111 0 111111 11000 1111000 110011 110100

Color Harmonies of #48C349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C349

Black with #48C349

Text Example


Text Example

White with #48C349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,195,73); }

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

background-color css

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

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

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

border-color css

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

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

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