Html Css Color HEX #49C335 Lime Green

📋 copy color: '#49C335'

red 73 ◦ green 195 ◦ blue 53

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

Shades of Lime Green #49C335

Tints of Lime Green #49C335

RGB

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

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

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

R = 22.74%
G = 60.75%
B = 16.51%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#49C335 (or 0x49C335) is known color: Lime Green. HEX triplet: 49, C3 and 35. RGB value is (73,195,53). Sum of RGB (Red+Green+Blue) = 73+195+53=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 195 (76.56% from 255 or 60.75% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 195 - color contains mainly: green. Hex color #49C335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C335 is #B63CCA. Grayscale: #8E8E8E. Windows color (decimal): -11943115 or 3523401. OLE color: 3523401.

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

Color convert

RGB 73 195 53 -
CMYK 0.63 0 0.73 0.24
HSL 111.55º 0.57% 0.49% -
HSV(B) 111.55º 0.73% 0.76% -
XYZ 22.91 40.7 10.02 -
YUV 142.33 77.58 78.55 -
System Red Green Blue C M Y K H S L
Decimal 73 195 53 0.63 0 0.73 0.24 111.55 0.57 0.49
Hex 49 C3 35 3F 0 49 18 70 39 31
Octal 111 303 65 77 0 111 30 160 71 61
Binary 1001001 11000011 110101 111111 0 1001001 11000 1110000 111001 110001

Color Harmonies of #49C335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C335

Black with #49C335

Text Example


Text Example

White with #49C335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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