Html Css Color HEX #49D540 Lime Green

📋 copy color: '#49D540'

red 73 ◦ green 213 ◦ blue 64

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

Shades of Lime Green #49D540

Tints of Lime Green #49D540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.29%

R = 20.86%
G = 60.86%
B = 18.29%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#49D540 (or 0x49D540) is known color: Lime Green. HEX triplet: 49, D5 and 40. RGB value is (73,213,64). Sum of RGB (Red+Green+Blue) = 73+213+64=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 213 (83.59% from 255 or 60.86% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 213 - color contains mainly: green. Hex color #49D540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D540 is #B62ABF. Grayscale: #9A9A9A. Windows color (decimal): -11938496 or 4248905. OLE color: 4248905.

HSL color Cylindrical-coordinate representation of color #49D540: hue angle of 116.38º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49D540 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 213 64 -
CMYK 0.66 0 0.70 0.16
HSL 116.38º 0.64% 0.54% -
HSV(B) 116.38º 0.7% 0.84% -
XYZ 27.47 49.38 12.93 -
YUV 154.15 77.12 70.12 -
System Red Green Blue C M Y K H S L
Decimal 73 213 64 0.66 0 0.70 0.16 116.38 0.64 0.54
Hex 49 D5 40 42 0 46 10 74 40 36
Octal 111 325 100 102 0 106 20 164 100 66
Binary 1001001 11010101 1000000 1000010 0 1000110 10000 1110100 1000000 110110

Color Harmonies of #49D540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D540

Black with #49D540

Text Example


Text Example

White with #49D540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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