#49E54B

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

Shades of Lime Green #49E54B

Tints of Lime Green #49E54B

Color information

#49E54B (or 0x49E54B) is unknown color: approx Lime Green. HEX triplet: 49, E5 and 4B. RGB value is (73,229,75). Sum of RGB (Red+Green+Blue) = 73+229+75=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 229 (89.84% from 255 or 60.74% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 229 - color contains mainly: green. Hex color #49E54B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49E54B is #B61AB4. Grayscale: #A5A5A5. Windows color (decimal): -11934389 or 4973897. OLE color: 4973897.

HSL color Cylindrical-coordinate representation of color #49E54B: hue angle of 120.77º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E54B is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB7322975-
CMYK0.6800.670.10
HSL120.77º75%59.22%-
HSV(B)120.77º68.12%89.8%-
XYZ32.0457.9616.16-
YUV164.877.3262.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.36%
GREEN value IS 229 (89.84% from 255) = 60.74%
BLUE value IS 75 (29.69% from 255) = 19.89%
R=19.36%
G=60.74%
B=19.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal73229750.6800.670.10120.777559.22
Hex49E54B44043A794b3b
Octal11134511310401031217111373
Binary1001001111001011001011100010001000011101011110011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,229,75); }

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

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

 a { background-color: rgb(73,229,75); }

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

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

 span { border-color: rgb(73,229,75); }

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