Html Css Color HEX #49C23A Lime Green

📋 copy color: '#49C23A'

red 73 ◦ green 194 ◦ blue 58

#49C23A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #49C23A

Tints of Lime Green #49C23A

RGB

 RED value IS 73 (28.91% from 255) = 22.46%

 GREEN value IS 194 (76.17% from 255) = 59.69%

 BLUE value IS 58 (23.05% from 255) = 17.85%

R = 22.46%
G = 59.69%
B = 17.85%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#49C23A (or 0x49C23A) is known color: Lime Green. HEX triplet: 49, C2 and 3A. RGB value is (73,194,58). Sum of RGB (Red+Green+Blue) = 73+194+58=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #49C23A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C23A is #B63DC5. Grayscale: #8E8E8E. Windows color (decimal): -11943366 or 3850825. OLE color: 3850825.

HSL color Cylindrical-coordinate representation of color #49C23A: hue angle of 113.38º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49C23A is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 194 58 -
CMYK 0.62 0 0.70 0.24
HSL 113.38º 0.54% 0.49% -
HSV(B) 113.38º 0.7% 0.76% -
XYZ 22.8 40.31 10.58 -
YUV 142.32 80.41 78.56 -
System Red Green Blue C M Y K H S L
Decimal 73 194 58 0.62 0 0.70 0.24 113.38 0.54 0.49
Hex 49 C2 3A 3E 0 46 18 71 36 31
Octal 111 302 72 76 0 106 30 161 66 61
Binary 1001001 11000010 111010 111110 0 1000110 11000 1110001 110110 110001

Color Harmonies of #49C23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C23A

Black with #49C23A

Text Example


Text Example

White with #49C23A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49C23A;
 }
 .AnyTagClassName
 {
   color: #49C23A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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