#4DC535

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

Shades of Lime Green #4DC535

Tints of Lime Green #4DC535

Color information

#4DC535 (or 0x4DC535) is unknown color: approx Lime Green. HEX triplet: 4D, C5 and 35. RGB value is (77,197,53). Sum of RGB (Red+Green+Blue) = 77+197+53=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 197 (77.34% from 255 or 60.24% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 197 - color contains mainly: green. Hex color #4DC535 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC535 is #B23ACA. Grayscale: #919191. Windows color (decimal): -11680459 or 3523917. OLE color: 3523917.

HSL color Cylindrical-coordinate representation of color #4DC535: hue angle of 110º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4DC535 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB7719753-
CMYK0.6100.730.23
HSL110º57.6%49.02%-
HSV(B)110º73.1%77.25%-
XYZ23.6741.7710.18-
YUV144.776.2479.71-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.55%
GREEN value IS 197 (77.34% from 255) = 60.24%
BLUE value IS 53 (21.09% from 255) = 16.21%
R=23.55%
G=60.24%
B=16.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal77197530.6100.730.2311057.649.02
Hex4DC5353D049176e3a31
Octal11530565750111271567261
Binary10011011100010111010111110101001001101111101110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4DC535; }

 p { color: rgb(77,197,53); }

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

<style>
 a { background-color: #4DC535; }

 a { background-color: rgb(77,197,53); }

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

<style>
 span { border-color: #4DC535; }

 span { border-color: rgb(77,197,53); }

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