Html Css Color HEX #48C437 Lime Green

📋 copy color: '#48C437'

red 72 ◦ green 196 ◦ blue 55

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

Shades of Lime Green #48C437

Tints of Lime Green #48C437

RGB

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

 GREEN value IS 196 (76.95% from 255) = 60.68%

 BLUE value IS 55 (21.88% from 255) = 17.03%

R = 22.29%
G = 60.68%
B = 17.03%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#48C437 (or 0x48C437) is known color: Lime Green. HEX triplet: 48, C4 and 37. RGB value is (72,196,55). Sum of RGB (Red+Green+Blue) = 72+196+55=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 196 (76.95% from 255 or 60.68% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 196 - color contains mainly: green. Hex color #48C437 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C437 is #B73BC8. Grayscale: #8F8F8F. Windows color (decimal): -12008393 or 3654728. OLE color: 3654728.

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

Color convert

RGB 72 196 55 -
CMYK 0.63 0 0.72 0.23
HSL 112.77º 0.56% 0.49% -
HSV(B) 112.77º 0.72% 0.77% -
XYZ 23.1 41.13 10.34 -
YUV 142.85 78.42 77.46 -
System Red Green Blue C M Y K H S L
Decimal 72 196 55 0.63 0 0.72 0.23 112.77 0.56 0.49
Hex 48 C4 37 3F 0 48 17 71 38 31
Octal 110 304 67 77 0 110 27 161 70 61
Binary 1001000 11000100 110111 111111 0 1001000 10111 1110001 111000 110001

Color Harmonies of #48C437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C437

Black with #48C437

Text Example


Text Example

White with #48C437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,196,55); }

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

background-color css

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

 a { background-color: rgb(72,196,55); }

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

border-color css

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

 span { border-color: rgb(72,196,55); }

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