Html Css Color HEX #48C134 Lime Green

📋 copy color: '#48C134'

red 72 ◦ green 193 ◦ blue 52

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

Shades of Lime Green #48C134

Tints of Lime Green #48C134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.4%

R = 22.71%
G = 60.88%
B = 16.4%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#48C134 (or 0x48C134) is known color: Lime Green. HEX triplet: 48, C1 and 34. RGB value is (72,193,52). Sum of RGB (Red+Green+Blue) = 72+193+52=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 193 (75.78% from 255 or 60.88% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 193 - color contains mainly: green. Hex color #48C134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C134 is #B73ECB. Grayscale: #8D8D8D. Windows color (decimal): -12009164 or 3457352. OLE color: 3457352.

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

Color convert

RGB 72 193 52 -
CMYK 0.63 0 0.73 0.24
HSL 111.49º 0.58% 0.48% -
HSV(B) 111.49º 0.73% 0.76% -
XYZ 22.36 39.77 9.75 -
YUV 140.75 77.91 78.96 -
System Red Green Blue C M Y K H S L
Decimal 72 193 52 0.63 0 0.73 0.24 111.49 0.58 0.48
Hex 48 C1 34 3F 0 49 18 6F 3A 30
Octal 110 301 64 77 0 111 30 157 72 60
Binary 1001000 11000001 110100 111111 0 1001001 11000 1101111 111010 110000

Color Harmonies of #48C134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C134

Black with #48C134

Text Example


Text Example

White with #48C134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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