Html Css Color HEX #49C034 Lime Green

📋 copy color: '#49C034'

red 73 ◦ green 192 ◦ blue 52

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

Shades of Lime Green #49C034

Tints of Lime Green #49C034

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.57%

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

R = 23.03%
G = 60.57%
B = 16.4%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#49C034 (or 0x49C034) is known color: Lime Green. HEX triplet: 49, C0 and 34. RGB value is (73,192,52). Sum of RGB (Red+Green+Blue) = 73+192+52=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #49C034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C034 is #B63FCB. Grayscale: #8C8C8C. Windows color (decimal): -11943884 or 3457097. OLE color: 3457097.

HSL color Cylindrical-coordinate representation of color #49C034: hue angle of 111º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49C034 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 192 52 -
CMYK 0.62 0 0.73 0.25
HSL 111º 0.57% 0.48% -
HSV(B) 111º 0.73% 0.75% -
XYZ 22.22 39.36 9.68 -
YUV 140.46 78.08 79.88 -
System Red Green Blue C M Y K H S L
Decimal 73 192 52 0.62 0 0.73 0.25 111 0.57 0.48
Hex 49 C0 34 3E 0 49 19 6F 39 30
Octal 111 300 64 76 0 111 31 157 71 60
Binary 1001001 11000000 110100 111110 0 1001001 11001 1101111 111001 110000

Color Harmonies of #49C034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C034

Black with #49C034

Text Example


Text Example

White with #49C034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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