#4DEB2D

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

Shades of Lime Green #4DEB2D

Tints of Lime Green #4DEB2D

Color information

#4DEB2D (or 0x4DEB2D) is unknown color: approx Lime Green. HEX triplet: 4D, EB and 2D. RGB value is (77,235,45). Sum of RGB (Red+Green+Blue) = 77+235+45=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 235 (92.19% from 255 or 65.83% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 235 - color contains mainly: green. Hex color #4DEB2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DEB2D is #B214D2. Grayscale: #A6A6A6. Windows color (decimal): -11670739 or 3009357. OLE color: 3009357.

HSL color Cylindrical-coordinate representation of color #4DEB2D: hue angle of 109.89º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4DEB2D is Cyan = 0.67, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB7723545-
CMYK0.6700.810.08
HSL109.89º82.61%54.9%-
HSV(B)109.89º80.85%92.16%-
XYZ33.2461.1812.54-
YUV166.159.6564.45-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.57%
GREEN value IS 235 (92.19% from 255) = 65.83%
BLUE value IS 45 (17.97% from 255) = 12.61%
R=21.57%
G=65.83%
B=12.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal77235450.6700.810.08109.8982.6154.9
Hex4DEB2D4305186e5337
Octal1153535510301211015612367
Binary100110111101011101101100001101010001100011011101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DEB2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,235,45); }

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

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

 a { background-color: rgb(77,235,45); }

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

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

 span { border-color: rgb(77,235,45); }

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