Html Css Color HEX #49D545 Lime Green

📋 copy color: '#49D545'

red 73 ◦ green 213 ◦ blue 69

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

Shades of Lime Green #49D545

Tints of Lime Green #49D545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.44%

R = 20.56%
G = 60%
B = 19.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#49D545 (or 0x49D545) is known color: Lime Green. HEX triplet: 49, D5 and 45. RGB value is (73,213,69). Sum of RGB (Red+Green+Blue) = 73+213+69=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 213 (83.59% from 255 or 60% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 213 - color contains mainly: green. Hex color #49D545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D545 is #B62ABA. Grayscale: #9B9B9B. Windows color (decimal): -11938491 or 4576585. OLE color: 4576585.

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

Color convert

RGB 73 213 69 -
CMYK 0.66 0 0.68 0.16
HSL 118.33º 0.63% 0.55% -
HSV(B) 118.33º 0.68% 0.84% -
XYZ 27.62 49.43 13.72 -
YUV 154.72 79.62 69.71 -
System Red Green Blue C M Y K H S L
Decimal 73 213 69 0.66 0 0.68 0.16 118.33 0.63 0.55
Hex 49 D5 45 42 0 44 10 76 3F 37
Octal 111 325 105 102 0 104 20 166 77 67
Binary 1001001 11010101 1000101 1000010 0 1000100 10000 1110110 111111 110111

Color Harmonies of #49D545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D545

Black with #49D545

Text Example


Text Example

White with #49D545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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