#48C631

Color #48C631 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #48C631

Tints of Lime Green #48C631

Color information

#48C631 (or 0x48C631) is unknown color: approx Lime Green. HEX triplet: 48, C6 and 31. RGB value is (72,198,49). Sum of RGB (Red+Green+Blue) = 72+198+49=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 198 (77.73% from 255 or 62.07% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 198 - color contains mainly: green. Hex color #48C631 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C631 is #B739CE. Grayscale: #8F8F8F. Windows color (decimal): -12007887 or 3262024. OLE color: 3262024.

HSL color Cylindrical-coordinate representation of color #48C631: hue angle of 110.74º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48C631 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB7219849-
CMYK0.6400.750.22
HSL110.74º60.32%48.43%-
HSV(B)110.74º75.25%77.65%-
XYZ23.4241.999.78-
YUV143.3474.7677.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.57%
GREEN value IS 198 (77.73% from 255) = 62.07%
BLUE value IS 49 (19.53% from 255) = 15.36%
R=22.57%
G=62.07%
B=15.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal72198490.6400.750.22110.7460.3248.43
Hex48C6314004B166f3c30
Octal110306611000113261577460
Binary100100011000110110001100000001001011101101101111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,198,49); }

 H1.HeaderClassName
 {
   color: #48C631;
 }
 .AnyTagClassName
 {
   color: #48C631;
 }
</style>
background-color css

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

 a { background-color: rgb(72,198,49); }

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

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

 span { border-color: rgb(72,198,49); }

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