#49BD35

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

Shades of Lime Green #49BD35

Tints of Lime Green #49BD35

Color information

#49BD35 (or 0x49BD35) is unknown color: approx Lime Green. HEX triplet: 49, BD and 35. RGB value is (73,189,53). Sum of RGB (Red+Green+Blue) = 73+189+53=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 189 (74.22% from 255 or 60% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BD35 is #B642CA. Grayscale: #8B8B8B. Windows color (decimal): -11944651 or 3521865. OLE color: 3521865.

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

Color convert

RGB7318953-
CMYK0.6100.720.26
HSL111.18º56.2%47.45%-
HSV(B)111.18º71.96%74.12%-
XYZ21.5938.079.58-
YUV138.8179.5781.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.17%
GREEN value IS 189 (74.22% from 255) = 60%
BLUE value IS 53 (21.09% from 255) = 16.83%
R=23.17%
G=60%
B=16.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal73189530.6100.720.26111.1856.247.45
Hex49BD353D0481A6f382f
Octal11127565750110321577057
Binary10010011011110111010111110101001000110101101111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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