Html Css Color HEX #48C347 Lime Green

📋 copy color: '#48C347'

red 72 ◦ green 195 ◦ blue 71

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

Shades of Lime Green #48C347

Tints of Lime Green #48C347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.01%

R = 21.3%
G = 57.69%
B = 21.01%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#48C347 (or 0x48C347) is known color: Lime Green. HEX triplet: 48, C3 and 47. RGB value is (72,195,71). Sum of RGB (Red+Green+Blue) = 72+195+71=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 195 (76.56% from 255 or 57.69% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 195 - color contains mainly: green. Hex color #48C347 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C347 is #B73CB8. Grayscale: #909090. Windows color (decimal): -12008633 or 4703048. OLE color: 4703048.

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

Color convert

RGB 72 195 71 -
CMYK 0.63 0 0.64 0.24
HSL 119.52º 0.51% 0.52% -
HSV(B) 119.52º 0.64% 0.76% -
XYZ 23.32 40.86 12.62 -
YUV 144.09 86.75 76.58 -
System Red Green Blue C M Y K H S L
Decimal 72 195 71 0.63 0 0.64 0.24 119.52 0.51 0.52
Hex 48 C3 47 3F 0 40 18 78 33 34
Octal 110 303 107 77 0 100 30 170 63 64
Binary 1001000 11000011 1000111 111111 0 1000000 11000 1111000 110011 110100

Color Harmonies of #48C347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C347

Black with #48C347

Text Example


Text Example

White with #48C347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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