#49BA35

Color #49BA35 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #49BA35

Tints of Lime Green #49BA35

Color information

#49BA35 (or 0x49BA35) is unknown color: approx Lime Green. HEX triplet: 49, BA and 35. RGB value is (73,186,53). Sum of RGB (Red+Green+Blue) = 73+186+53=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BA35 is #B645CA. Grayscale: #898989. Windows color (decimal): -11945419 or 3521097. OLE color: 3521097.

HSL color Cylindrical-coordinate representation of color #49BA35: hue angle of 110.98º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49BA35 is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB7318653-
CMYK0.6100.720.27
HSL110.98º55.65%46.86%-
HSV(B)110.98º71.51%72.94%-
XYZ20.9536.799.37-
YUV137.0580.5682.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 186 (73.05% from 255) = 59.62%
BLUE value IS 53 (21.09% from 255) = 16.99%
R=23.40%
G=59.62%
B=16.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal73186530.6100.720.27110.9855.6546.86
Hex49BA353D0481B6f382f
Octal11127265750110331577057
Binary10010011011101011010111110101001000110111101111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,186,53); }

 H1.HeaderClassName
 {
   color: #49BA35;
 }
 .AnyTagClassName
 {
   color: #49BA35;
 }
</style>
background-color css

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

 a { background-color: rgb(73,186,53); }

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

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

 span { border-color: rgb(73,186,53); }

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