#49CA4E

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

Shades of Lime Green #49CA4E

Tints of Lime Green #49CA4E

Color information

#49CA4E (or 0x49CA4E) is unknown color: approx Lime Green. HEX triplet: 49, CA and 4E. RGB value is (73,202,78). Sum of RGB (Red+Green+Blue) = 73+202+78=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CA4E is #B635B1. Grayscale: #959595. Windows color (decimal): -11941298 or 5163593. OLE color: 5163593.

HSL color Cylindrical-coordinate representation of color #49CA4E: hue angle of 122.33º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CA4E is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB7320278-
CMYK0.6400.610.21
HSL122.33º54.89%53.92%-
HSV(B)122.33º63.86%79.22%-
XYZ25.2444.2114.41-
YUV149.2987.7673.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.68%
GREEN value IS 202 (79.30% from 255) = 57.22%
BLUE value IS 78 (30.86% from 255) = 22.10%
R=20.68%
G=57.22%
B=22.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal73202780.6400.610.21122.3354.8953.92
Hex49CA4E4003D157a3736
Octal111312116100075251726766
Binary100100111001010100111010000000111101101011111010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,202,78); }

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

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

 a { background-color: rgb(73,202,78); }

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

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

 span { border-color: rgb(73,202,78); }

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