Html Css Color HEX #49CA4D Lime Green

📋 copy color: '#49CA4D'

red 73 ◦ green 202 ◦ blue 77

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

Shades of Lime Green #49CA4D

Tints of Lime Green #49CA4D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.39%

 BLUE value IS 77 (30.47% from 255) = 21.88%

R = 20.74%
G = 57.39%
B = 21.88%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#49CA4D (or 0x49CA4D) is known color: Lime Green. HEX triplet: 49, CA and 4D. RGB value is (73,202,77). Sum of RGB (Red+Green+Blue) = 73+202+77=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 202 (79.30% from 255 or 57.39% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CA4D is #B635B2. Grayscale: #959595. Windows color (decimal): -11941299 or 5098057. OLE color: 5098057.

HSL color Cylindrical-coordinate representation of color #49CA4D: hue angle of 121.86º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CA4D is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 202 77 -
CMYK 0.64 0 0.62 0.21
HSL 121.86º 0.55% 0.54% -
HSV(B) 121.86º 0.64% 0.79% -
XYZ 25.21 44.19 14.22 -
YUV 149.18 87.26 73.66 -
System Red Green Blue C M Y K H S L
Decimal 73 202 77 0.64 0 0.62 0.21 121.86 0.55 0.54
Hex 49 CA 4D 40 0 3E 15 7A 37 36
Octal 111 312 115 100 0 76 25 172 67 66
Binary 1001001 11001010 1001101 1000000 0 111110 10101 1111010 110111 110110

Color Harmonies of #49CA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA4D

Black with #49CA4D

Text Example


Text Example

White with #49CA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,202,77); }

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

background-color css

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

 a { background-color: rgb(73,202,77); }

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

border-color css

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

 span { border-color: rgb(73,202,77); }

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