#4DC541

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

Shades of Lime Green #4DC541

Tints of Lime Green #4DC541

Color information

#4DC541 (or 0x4DC541) is unknown color: approx Lime Green. HEX triplet: 4D, C5 and 41. RGB value is (77,197,65). Sum of RGB (Red+Green+Blue) = 77+197+65=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 197 (77.34% from 255 or 58.11% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 197 - color contains mainly: green. Hex color #4DC541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC541 is #B23ABE. Grayscale: #929292. Windows color (decimal): -11680447 or 4310349. OLE color: 4310349.

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

Color convert

RGB7719765-
CMYK0.6100.670.23
HSL114.55º53.23%51.37%-
HSV(B)114.55º67.01%77.25%-
XYZ23.9841.8911.82-
YUV146.0782.2478.73-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.71%
GREEN value IS 197 (77.34% from 255) = 58.11%
BLUE value IS 65 (25.78% from 255) = 19.17%
R=22.71%
G=58.11%
B=19.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal77197650.6100.670.23114.5553.2351.37
Hex4DC5413D04317733533
Octal115305101750103271636563
Binary100110111000101100000111110101000011101111110011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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