Html Css Color HEX #49C535 Lime Green

📋 copy color: '#49C535'

red 73 ◦ green 197 ◦ blue 53

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

Shades of Lime Green #49C535

Tints of Lime Green #49C535

RGB

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

 GREEN value IS 197 (77.34% from 255) = 60.99%

 BLUE value IS 53 (21.09% from 255) = 16.41%

R = 22.6%
G = 60.99%
B = 16.41%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#49C535 (or 0x49C535) is known color: Lime Green. HEX triplet: 49, C5 and 35. RGB value is (73,197,53). Sum of RGB (Red+Green+Blue) = 73+197+53=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 197 (77.34% from 255 or 60.99% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 197 - color contains mainly: green. Hex color #49C535 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C535 is #B63ACA. Grayscale: #8F8F8F. Windows color (decimal): -11942603 or 3523913. OLE color: 3523913.

HSL color Cylindrical-coordinate representation of color #49C535: hue angle of 111.67º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49C535 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 197 53 -
CMYK 0.63 0 0.73 0.23
HSL 111.67º 0.58% 0.49% -
HSV(B) 111.67º 0.73% 0.77% -
XYZ 23.36 41.61 10.17 -
YUV 143.51 76.92 77.71 -
System Red Green Blue C M Y K H S L
Decimal 73 197 53 0.63 0 0.73 0.23 111.67 0.58 0.49
Hex 49 C5 35 3F 0 49 17 70 3A 31
Octal 111 305 65 77 0 111 27 160 72 61
Binary 1001001 11000101 110101 111111 0 1001001 10111 1110000 111010 110001

Color Harmonies of #49C535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C535

Black with #49C535

Text Example


Text Example

White with #49C535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,197,53); }

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

background-color css

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

 a { background-color: rgb(73,197,53); }

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

border-color css

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

 span { border-color: rgb(73,197,53); }

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