#49E22F

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

Shades of Lime Green #49E22F

Tints of Lime Green #49E22F

Color information

#49E22F (or 0x49E22F) is unknown color: approx Lime Green. HEX triplet: 49, E2 and 2F. RGB value is (73,226,47). Sum of RGB (Red+Green+Blue) = 73+226+47=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 226 (88.67% from 255 or 65.32% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 226 - color contains mainly: green. Hex color #49E22F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49E22F is #B61DD0. Grayscale: #A0A0A0. Windows color (decimal): -11935185 or 3138121. OLE color: 3138121.

HSL color Cylindrical-coordinate representation of color #49E22F: hue angle of 111.28º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49E22F is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB7322647-
CMYK0.6800.790.11
HSL111.28º75.53%53.53%-
HSV(B)111.28º79.2%88.63%-
XYZ30.4656.0111.9-
YUV159.8564.3166.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.10%
GREEN value IS 226 (88.67% from 255) = 65.32%
BLUE value IS 47 (18.75% from 255) = 13.58%
R=21.10%
G=65.32%
B=13.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal73226470.6800.790.11111.2875.5353.53
Hex49E22F4404FB6f4c36
Octal1113425710401171315711466
Binary100100111100010101111100010001001111101111011111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,226,47); }

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

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

 a { background-color: rgb(73,226,47); }

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

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

 span { border-color: rgb(73,226,47); }

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