#4DC946

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

Shades of Lime Green #4DC946

Tints of Lime Green #4DC946

Color information

#4DC946 (or 0x4DC946) is unknown color: approx Lime Green. HEX triplet: 4D, C9 and 46. RGB value is (77,201,70). Sum of RGB (Red+Green+Blue) = 77+201+70=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 201 (78.91% from 255 or 57.76% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 201 - color contains mainly: green. Hex color #4DC946 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC946 is #B236B9. Grayscale: #959595. Windows color (decimal): -11679418 or 4639053. OLE color: 4639053.

HSL color Cylindrical-coordinate representation of color #4DC946: hue angle of 116.79º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DC946 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB7720170-
CMYK0.6200.650.21
HSL116.79º54.81%53.14%-
HSV(B)116.79º65.17%78.82%-
XYZ25.0543.7912.93-
YUV148.9983.4276.65-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.13%
GREEN value IS 201 (78.91% from 255) = 57.76%
BLUE value IS 70 (27.73% from 255) = 20.11%
R=22.13%
G=57.76%
B=20.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal77201700.6200.650.21116.7954.8153.14
Hex4DC9463E04115753735
Octal115311106760101251656765
Binary100110111001001100011011111001000001101011110101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,201,70); }

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

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

 a { background-color: rgb(77,201,70); }

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

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

 span { border-color: rgb(77,201,70); }

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