#49D04A

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

Shades of Lime Green #49D04A

Tints of Lime Green #49D04A

Color information

#49D04A (or 0x49D04A) is unknown color: approx Lime Green. HEX triplet: 49, D0 and 4A. RGB value is (73,208,74). Sum of RGB (Red+Green+Blue) = 73+208+74=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 208 (81.64% from 255 or 58.59% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 208 - color contains mainly: green. Hex color #49D04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D04A is #B62FB5. Grayscale: #989898. Windows color (decimal): -11939766 or 4902985. OLE color: 4902985.

HSL color Cylindrical-coordinate representation of color #49D04A: hue angle of 120.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D04A is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB7320874-
CMYK0.6500.640.18
HSL120.44º58.95%55.1%-
HSV(B)120.44º64.9%81.57%-
XYZ26.5447.0214.16-
YUV152.3683.7771.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.56%
GREEN value IS 208 (81.64% from 255) = 58.59%
BLUE value IS 74 (29.30% from 255) = 20.85%
R=20.56%
G=58.59%
B=20.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal73208740.6500.640.18120.4458.9555.1
Hex49D04A4104012783b37
Octal1113201121010100221707367
Binary1001001110100001001010100000101000000100101111000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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