Html Css Color HEX #49C33A Lime Green

📋 copy color: '#49C33A'

red 73 ◦ green 195 ◦ blue 58

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

Shades of Lime Green #49C33A

Tints of Lime Green #49C33A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 59.82%

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

R = 22.39%
G = 59.82%
B = 17.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#49C33A (or 0x49C33A) is known color: Lime Green. HEX triplet: 49, C3 and 3A. RGB value is (73,195,58). Sum of RGB (Red+Green+Blue) = 73+195+58=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 195 (76.56% from 255 or 59.82% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 195 - color contains mainly: green. Hex color #49C33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C33A is #B63CC5. Grayscale: #8F8F8F. Windows color (decimal): -11943110 or 3851081. OLE color: 3851081.

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

Color convert

RGB 73 195 58 -
CMYK 0.63 0 0.70 0.24
HSL 113.43º 0.54% 0.5% -
HSV(B) 113.43º 0.7% 0.76% -
XYZ 23.03 40.75 10.66 -
YUV 142.9 80.08 78.14 -
System Red Green Blue C M Y K H S L
Decimal 73 195 58 0.63 0 0.70 0.24 113.43 0.54 0.5
Hex 49 C3 3A 3F 0 46 18 71 36 32
Octal 111 303 72 77 0 106 30 161 66 62
Binary 1001001 11000011 111010 111111 0 1000110 11000 1110001 110110 110010

Color Harmonies of #49C33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C33A

Black with #49C33A

Text Example


Text Example

White with #49C33A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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