#49DB4A

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

Shades of Lime Green #49DB4A

Tints of Lime Green #49DB4A

Color information

#49DB4A (or 0x49DB4A) is unknown color: approx Lime Green. HEX triplet: 49, DB and 4A. RGB value is (73,219,74). Sum of RGB (Red+Green+Blue) = 73+219+74=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 219 (85.94% from 255 or 59.84% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DB4A is #B624B5. Grayscale: #9F9F9F. Windows color (decimal): -11936950 or 4905801. OLE color: 4905801.

HSL color Cylindrical-coordinate representation of color #49DB4A: hue angle of 120.41º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DB4A is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB7321974-
CMYK0.6700.660.14
HSL120.41º66.97%57.25%-
HSV(B)120.41º66.67%85.88%-
XYZ29.3252.5715.08-
YUV158.8280.1366.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.95%
GREEN value IS 219 (85.94% from 255) = 59.84%
BLUE value IS 74 (29.30% from 255) = 20.22%
R=19.95%
G=59.84%
B=20.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal73219740.6700.660.14120.4166.9757.25
Hex49DB4A43042E784339
Octal11133311210301021617010371
Binary1001001110110111001010100001101000010111011110001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,219,74); }

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

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

 a { background-color: rgb(73,219,74); }

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

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

 span { border-color: rgb(73,219,74); }

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