#49CB48

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

Shades of Lime Green #49CB48

Tints of Lime Green #49CB48

Color information

#49CB48 (or 0x49CB48) is unknown color: approx Lime Green. HEX triplet: 49, CB and 48. RGB value is (73,203,72). Sum of RGB (Red+Green+Blue) = 73+203+72=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 203 (79.69% from 255 or 58.33% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 203 - color contains mainly: green. Hex color #49CB48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CB48 is #B634B7. Grayscale: #959595. Windows color (decimal): -11941048 or 4770633. OLE color: 4770633.

HSL color Cylindrical-coordinate representation of color #49CB48: hue angle of 119.54º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CB48 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB7320372-
CMYK0.6400.650.20
HSL119.54º55.74%53.92%-
HSV(B)119.54º64.53%79.61%-
XYZ25.2744.613.41-
YUV149.284.4373.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.98%
GREEN value IS 203 (79.69% from 255) = 58.33%
BLUE value IS 72 (28.52% from 255) = 20.69%
R=20.98%
G=58.33%
B=20.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal73203720.6400.650.20119.5455.7453.92
Hex49CB484004114783836
Octal1113131101000101241707066
Binary1001001110010111001000100000001000001101001111000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49CB48; }

 p { color: rgb(73,203,72); }

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

<style>
 a { background-color: #49CB48; }

 a { background-color: rgb(73,203,72); }

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

<style>
 span { border-color: #49CB48; }

 span { border-color: rgb(73,203,72); }

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