Html Css Color HEX #49D52B Lime Green

📋 copy color: '#49D52B'

red 73 ◦ green 213 ◦ blue 43

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

Shades of Lime Green #49D52B

Tints of Lime Green #49D52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.07%

R = 22.19%
G = 64.74%
B = 13.07%

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

#49D52B (or 0x49D52B) is known color: Lime Green. HEX triplet: 49, D5 and 2B. RGB value is (73,213,43). Sum of RGB (Red+Green+Blue) = 73+213+43=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 213 (83.59% from 255 or 64.74% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 213 - color contains mainly: green. Hex color #49D52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D52B is #B62AD4. Grayscale: #989898. Windows color (decimal): -11938517 or 2872649. OLE color: 2872649.

HSL color Cylindrical-coordinate representation of color #49D52B: hue angle of 109.41º 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 #49D52B is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 213 43 -
CMYK 0.66 0 0.80 0.16
HSL 109.41º 0.67% 0.5% -
HSV(B) 109.41º 0.8% 0.84% -
XYZ 26.98 49.18 10.36 -
YUV 151.76 66.62 71.82 -
System Red Green Blue C M Y K H S L
Decimal 73 213 43 0.66 0 0.80 0.16 109.41 0.67 0.5
Hex 49 D5 2B 42 0 50 10 6D 43 32
Octal 111 325 53 102 0 120 20 155 103 62
Binary 1001001 11010101 101011 1000010 0 1010000 10000 1101101 1000011 110010

Color Harmonies of #49D52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D52B

Black with #49D52B

Text Example


Text Example

White with #49D52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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