Html Css Color HEX #49D134 Lime Green

📋 copy color: '#49D134'

red 73 ◦ green 209 ◦ blue 52

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

Shades of Lime Green #49D134

Tints of Lime Green #49D134

RGB

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

 GREEN value IS 209 (82.03% from 255) = 62.57%

 BLUE value IS 52 (20.7% from 255) = 15.57%

R = 21.86%
G = 62.57%
B = 15.57%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#49D134 (or 0x49D134) is known color: Lime Green. HEX triplet: 49, D1 and 34. RGB value is (73,209,52). Sum of RGB (Red+Green+Blue) = 73+209+52=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 209 (82.03% from 255 or 62.57% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 209 - color contains mainly: green. Hex color #49D134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D134 is #B62ECB. Grayscale: #969696. Windows color (decimal): -11939532 or 3461449. OLE color: 3461449.

HSL color Cylindrical-coordinate representation of color #49D134: hue angle of 111.97º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49D134 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 209 52 -
CMYK 0.65 0 0.75 0.18
HSL 111.97º 0.63% 0.51% -
HSV(B) 111.97º 0.75% 0.82% -
XYZ 26.17 47.27 10.99 -
YUV 150.44 72.44 72.77 -
System Red Green Blue C M Y K H S L
Decimal 73 209 52 0.65 0 0.75 0.18 111.97 0.63 0.51
Hex 49 D1 34 41 0 4B 12 70 3F 33
Octal 111 321 64 101 0 113 22 160 77 63
Binary 1001001 11010001 110100 1000001 0 1001011 10010 1110000 111111 110011

Color Harmonies of #49D134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D134

Black with #49D134

Text Example


Text Example

White with #49D134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,209,52); }

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

background-color css

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

 a { background-color: rgb(73,209,52); }

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

border-color css

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

 span { border-color: rgb(73,209,52); }

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