#49CB40

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

Shades of Lime Green #49CB40

Tints of Lime Green #49CB40

Color information

#49CB40 (or 0x49CB40) is unknown color: approx Lime Green. HEX triplet: 49, CB and 40. RGB value is (73,203,64). Sum of RGB (Red+Green+Blue) = 73+203+64=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 203 (79.69% from 255 or 59.71% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 203 - color contains mainly: green. Hex color #49CB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CB40 is #B634BF. Grayscale: #949494. Windows color (decimal): -11941056 or 4246345. OLE color: 4246345.

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

Color convert

RGB7320364-
CMYK0.6400.680.20
HSL116.12º57.2%52.35%-
HSV(B)116.12º68.47%79.61%-
XYZ25.0344.512.12-
YUV148.2880.4374.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.47%
GREEN value IS 203 (79.69% from 255) = 59.71%
BLUE value IS 64 (25.39% from 255) = 18.82%
R=21.47%
G=59.71%
B=18.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal73203640.6400.680.20116.1257.252.35
Hex49CB404004414743934
Octal1113131001000104241647164
Binary1001001110010111000000100000001000100101001110100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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