#49CE35

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

Shades of Lime Green #49CE35

Tints of Lime Green #49CE35

Color information

#49CE35 (or 0x49CE35) is unknown color: approx Lime Green. HEX triplet: 49, CE and 35. RGB value is (73,206,53). Sum of RGB (Red+Green+Blue) = 73+206+53=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 206 (80.86% from 255 or 62.05% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CE35 is #B631CA. Grayscale: #959595. Windows color (decimal): -11940299 or 3526217. OLE color: 3526217.

HSL color Cylindrical-coordinate representation of color #49CE35: hue angle of 112.16º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49CE35 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB7320653-
CMYK0.6500.740.19
HSL112.16º60.96%50.78%-
HSV(B)112.16º74.27%80.78%-
XYZ25.4645.8210.87-
YUV148.7973.9473.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.99%
GREEN value IS 206 (80.86% from 255) = 62.05%
BLUE value IS 53 (21.09% from 255) = 15.96%
R=21.99%
G=62.05%
B=15.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal73206530.6500.740.19112.1660.9650.78
Hex49CE354104A13703d33
Octal111316651010112231607563
Binary100100111001110110101100000101001010100111110000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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