Html Css Color HEX #49D53A Lime Green

📋 copy color: '#49D53A'

red 73 ◦ green 213 ◦ blue 58

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

Shades of Lime Green #49D53A

Tints of Lime Green #49D53A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 61.92%

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

R = 21.22%
G = 61.92%
B = 16.86%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#49D53A (or 0x49D53A) is known color: Lime Green. HEX triplet: 49, D5 and 3A. RGB value is (73,213,58). Sum of RGB (Red+Green+Blue) = 73+213+58=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 213 (83.59% from 255 or 61.92% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 213 - color contains mainly: green. Hex color #49D53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D53A is #B62AC5. Grayscale: #999999. Windows color (decimal): -11938502 or 3855689. OLE color: 3855689.

HSL color Cylindrical-coordinate representation of color #49D53A: hue angle of 114.19º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49D53A is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 213 58 -
CMYK 0.66 0 0.73 0.16
HSL 114.19º 0.65% 0.53% -
HSV(B) 114.19º 0.73% 0.84% -
XYZ 27.31 49.31 12.08 -
YUV 153.47 74.12 70.6 -
System Red Green Blue C M Y K H S L
Decimal 73 213 58 0.66 0 0.73 0.16 114.19 0.65 0.53
Hex 49 D5 3A 42 0 49 10 72 41 35
Octal 111 325 72 102 0 111 20 162 101 65
Binary 1001001 11010101 111010 1000010 0 1001001 10000 1110010 1000001 110101

Color Harmonies of #49D53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D53A

Black with #49D53A

Text Example


Text Example

White with #49D53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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