#49e23a

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

Shades of Lime Green #49E23A

Tints of Lime Green #49E23A

Color information

#49E23A (or 0x49E23A) is unknown color: approx Lime Green. HEX triplet: 49, E2 and 3A. RGB value is (73,226,58). Sum of RGB (Red+Green+Blue) = 73+226+58=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 226 (88.67% from 255 or 63.31% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 226 - color contains mainly: green. Hex color #49E23A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49E23A is #B61DC5. Grayscale: #A1A1A1. Windows color (decimal): -11935174 or 3859017. OLE color: 3859017.

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

Color convert

RGB7322658-
CMYK0.6800.740.11
HSL114.64º74.34%55.69%-
HSV(B)114.64º74.34%88.63%-
XYZ30.7156.1113.22-
YUV161.169.8165.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.45%
GREEN value IS 226 (88.67% from 255) = 63.31%
BLUE value IS 58 (23.05% from 255) = 16.25%
R=20.45%
G=63.31%
B=16.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal73226580.6800.740.11114.6474.3455.69
Hex49E23A4404AB734a38
Octal1113427210401121316311270
Binary100100111100010111010100010001001010101111100111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49e23a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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