Html Css Color HEX #49D52A Lime Green

📋 copy color: '#49D52A'

red 73 ◦ green 213 ◦ blue 42

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

Shades of Lime Green #49D52A

Tints of Lime Green #49D52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.8%

R = 22.26%
G = 64.94%
B = 12.8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#49D52A (or 0x49D52A) is known color: Lime Green. HEX triplet: 49, D5 and 2A. RGB value is (73,213,42). Sum of RGB (Red+Green+Blue) = 73+213+42=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 213 (83.59% from 255 or 64.94% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 213 - color contains mainly: green. Hex color #49D52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D52A is #B62AD5. Grayscale: #989898. Windows color (decimal): -11938518 or 2807113. OLE color: 2807113.

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

Color convert

RGB 73 213 42 -
CMYK 0.66 0 0.80 0.16
HSL 109.12º 0.67% 0.5% -
HSV(B) 109.12º 0.8% 0.84% -
XYZ 26.96 49.17 10.26 -
YUV 151.65 66.12 71.9 -
System Red Green Blue C M Y K H S L
Decimal 73 213 42 0.66 0 0.80 0.16 109.12 0.67 0.5
Hex 49 D5 2A 42 0 50 10 6D 43 32
Octal 111 325 52 102 0 120 20 155 103 62
Binary 1001001 11010101 101010 1000010 0 1010000 10000 1101101 1000011 110010

Color Harmonies of #49D52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D52A

Black with #49D52A

Text Example


Text Example

White with #49D52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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