Html Css Color HEX #49D534 Lime Green

📋 copy color: '#49D534'

red 73 ◦ green 213 ◦ blue 52

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

Shades of Lime Green #49D534

Tints of Lime Green #49D534

RGB

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

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

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

R = 21.6%
G = 63.02%
B = 15.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#49D534 (or 0x49D534) is known color: Lime Green. HEX triplet: 49, D5 and 34. RGB value is (73,213,52). Sum of RGB (Red+Green+Blue) = 73+213+52=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 213 (83.59% from 255 or 63.02% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 213 - color contains mainly: green. Hex color #49D534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D534 is #B62ACB. Grayscale: #999999. Windows color (decimal): -11938508 or 3462473. OLE color: 3462473.

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

Color convert

RGB 73 213 52 -
CMYK 0.66 0 0.76 0.16
HSL 112.17º 0.66% 0.52% -
HSV(B) 112.17º 0.76% 0.84% -
XYZ 27.16 49.25 11.32 -
YUV 152.79 71.12 71.09 -
System Red Green Blue C M Y K H S L
Decimal 73 213 52 0.66 0 0.76 0.16 112.17 0.66 0.52
Hex 49 D5 34 42 0 4C 10 70 42 34
Octal 111 325 64 102 0 114 20 160 102 64
Binary 1001001 11010101 110100 1000010 0 1001100 10000 1110000 1000010 110100

Color Harmonies of #49D534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D534

Black with #49D534

Text Example


Text Example

White with #49D534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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