#49D03E

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

Shades of Lime Green #49D03E

Tints of Lime Green #49D03E

Color information

#49D03E (or 0x49D03E) is unknown color: approx Lime Green. HEX triplet: 49, D0 and 3E. RGB value is (73,208,62). Sum of RGB (Red+Green+Blue) = 73+208+62=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 208 (81.64% from 255 or 60.64% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 208 - color contains mainly: green. Hex color #49D03E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D03E is #B62FC1. Grayscale: #979797. Windows color (decimal): -11939778 or 4116553. OLE color: 4116553.

HSL color Cylindrical-coordinate representation of color #49D03E: hue angle of 115.48º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49D03E is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB7320862-
CMYK0.6500.700.18
HSL115.48º60.83%52.94%-
HSV(B)115.48º70.19%81.57%-
XYZ26.1746.8812.23-
YUV150.9977.7772.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.28%
GREEN value IS 208 (81.64% from 255) = 60.64%
BLUE value IS 62 (24.61% from 255) = 18.08%
R=21.28%
G=60.64%
B=18.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal73208620.6500.700.18115.4860.8352.94
Hex49D03E4104612733d35
Octal111320761010106221637565
Binary100100111010000111110100000101000110100101110011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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