Html Css Color HEX #48C136 Lime Green

📋 copy color: '#48C136'

red 72 ◦ green 193 ◦ blue 54

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

Shades of Lime Green #48C136

Tints of Lime Green #48C136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.93%

R = 22.57%
G = 60.5%
B = 16.93%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#48C136 (or 0x48C136) is known color: Lime Green. HEX triplet: 48, C1 and 36. RGB value is (72,193,54). Sum of RGB (Red+Green+Blue) = 72+193+54=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #48C136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C136 is #B73EC9. Grayscale: #8D8D8D. Windows color (decimal): -12009162 or 3588424. OLE color: 3588424.

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

Color convert

RGB 72 193 54 -
CMYK 0.63 0 0.72 0.24
HSL 112.23º 0.56% 0.48% -
HSV(B) 112.23º 0.72% 0.76% -
XYZ 22.41 39.78 9.99 -
YUV 140.98 78.91 78.8 -
System Red Green Blue C M Y K H S L
Decimal 72 193 54 0.63 0 0.72 0.24 112.23 0.56 0.48
Hex 48 C1 36 3F 0 48 18 70 38 30
Octal 110 301 66 77 0 110 30 160 70 60
Binary 1001000 11000001 110110 111111 0 1001000 11000 1110000 111000 110000

Color Harmonies of #48C136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C136

Black with #48C136

Text Example


Text Example

White with #48C136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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