#4DCB4E

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

Shades of Lime Green #4DCB4E

Tints of Lime Green #4DCB4E

Color information

#4DCB4E (or 0x4DCB4E) is unknown color: approx Lime Green. HEX triplet: 4D, CB and 4E. RGB value is (77,203,78). Sum of RGB (Red+Green+Blue) = 77+203+78=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 203 (79.69% from 255 or 56.70% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 203 - color contains mainly: green. Hex color #4DCB4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCB4E is #B234B1. Grayscale: #979797. Windows color (decimal): -11678898 or 5163853. OLE color: 5163853.

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

Color convert

RGB7720378-
CMYK0.6200.620.20
HSL120.48º54.78%54.9%-
HSV(B)120.48º62.07%79.61%-
XYZ25.7944.8414.5-
YUV151.0886.7675.16-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.51%
GREEN value IS 203 (79.69% from 255) = 56.70%
BLUE value IS 78 (30.86% from 255) = 21.79%
R=21.51%
G=56.70%
B=21.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal77203780.6200.620.20120.4854.7854.9
Hex4DCB4E3E03E14783737
Octal11531311676076241706767
Binary10011011100101110011101111100111110101001111000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,203,78); }

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

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

 a { background-color: rgb(77,203,78); }

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

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

 span { border-color: rgb(77,203,78); }

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