Html Css Color HEX #49BE34 Lime Green

📋 copy color: '#49BE34'

red 73 ◦ green 190 ◦ blue 52

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

Shades of Lime Green #49BE34

Tints of Lime Green #49BE34

RGB

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

 GREEN value IS 190 (74.61% from 255) = 60.32%

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

R = 23.17%
G = 60.32%
B = 16.51%

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

#49BE34 (or 0x49BE34) is known color: Lime Green. HEX triplet: 49, BE and 34. RGB value is (73,190,52). Sum of RGB (Red+Green+Blue) = 73+190+52=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 190 (74.61% from 255 or 60.32% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BE34 is #B641CB. Grayscale: #8B8B8B. Windows color (decimal): -11944396 or 3456585. OLE color: 3456585.

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

Color convert

RGB 73 190 52 -
CMYK 0.62 0 0.73 0.25
HSL 110.87º 0.57% 0.47% -
HSV(B) 110.87º 0.73% 0.75% -
XYZ 21.78 38.49 9.53 -
YUV 139.29 78.74 80.72 -
System Red Green Blue C M Y K H S L
Decimal 73 190 52 0.62 0 0.73 0.25 110.87 0.57 0.47
Hex 49 BE 34 3E 0 49 19 6F 39 2F
Octal 111 276 64 76 0 111 31 157 71 57
Binary 1001001 10111110 110100 111110 0 1001001 11001 1101111 111001 101111

Color Harmonies of #49BE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BE34

Black with #49BE34

Text Example


Text Example

White with #49BE34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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