#49E12A

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

Shades of Lime Green #49E12A

Tints of Lime Green #49E12A

Color information

#49E12A (or 0x49E12A) is unknown color: approx Lime Green. HEX triplet: 49, E1 and 2A. RGB value is (73,225,42). Sum of RGB (Red+Green+Blue) = 73+225+42=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 225 (88.28% from 255 or 66.18% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 225 - color contains mainly: green. Hex color #49E12A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49E12A is #B61ED5. Grayscale: #9F9F9F. Windows color (decimal): -11935446 or 2810185. OLE color: 2810185.

HSL color Cylindrical-coordinate representation of color #49E12A: hue angle of 109.84º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49E12A is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB7322542-
CMYK0.6800.810.12
HSL109.84º75.31%52.35%-
HSV(B)109.84º81.33%88.24%-
XYZ30.0955.4311.3-
YUV158.6962.1466.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.47%
GREEN value IS 225 (88.28% from 255) = 66.18%
BLUE value IS 42 (16.80% from 255) = 12.35%
R=21.47%
G=66.18%
B=12.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal73225420.6800.810.12109.8475.3152.35
Hex49E12A44051C6e4b34
Octal1113415210401211415611364
Binary100100111100001101010100010001010001110011011101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,225,42); }

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

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

 a { background-color: rgb(73,225,42); }

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

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

 span { border-color: rgb(73,225,42); }

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