#49CD3D

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

Shades of Lime Green #49CD3D

Tints of Lime Green #49CD3D

Color information

#49CD3D (or 0x49CD3D) is unknown color: approx Lime Green. HEX triplet: 49, CD and 3D. RGB value is (73,205,61). Sum of RGB (Red+Green+Blue) = 73+205+61=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 205 (80.47% from 255 or 60.47% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CD3D is #B632C2. Grayscale: #959595. Windows color (decimal): -11940547 or 4050249. OLE color: 4050249.

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

Color convert

RGB7320561-
CMYK0.6400.700.20
HSL115º59.02%52.16%-
HSV(B)115º70.24%80.39%-
XYZ25.4245.4211.84-
YUV149.1278.2773.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.53%
GREEN value IS 205 (80.47% from 255) = 60.47%
BLUE value IS 61 (24.22% from 255) = 17.99%
R=21.53%
G=60.47%
B=17.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal73205610.6400.700.2011559.0252.16
Hex49CD3D4004614733b34
Octal111315751000106241637364
Binary100100111001101111101100000001000110101001110011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,205,61); }

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

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

 a { background-color: rgb(73,205,61); }

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

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

 span { border-color: rgb(73,205,61); }

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