#4DD541

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

Shades of Lime Green #4DD541

Tints of Lime Green #4DD541

Color information

#4DD541 (or 0x4DD541) is unknown color: approx Lime Green. HEX triplet: 4D, D5 and 41. RGB value is (77,213,65). Sum of RGB (Red+Green+Blue) = 77+213+65=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 213 (83.59% from 255 or 60% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 213 - color contains mainly: green. Hex color #4DD541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD541 is #B22ABE. Grayscale: #9B9B9B. Windows color (decimal): -11676351 or 4314445. OLE color: 4314445.

HSL color Cylindrical-coordinate representation of color #4DD541: hue angle of 115.14º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DD541 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB7721365-
CMYK0.6400.690.16
HSL115.14º63.79%54.51%-
HSV(B)115.14º69.48%83.53%-
XYZ27.8149.5513.1-
YUV155.4676.9472.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.69%
GREEN value IS 213 (83.59% from 255) = 60%
BLUE value IS 65 (25.78% from 255) = 18.31%
R=21.69%
G=60%
B=18.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal77213650.6400.690.16115.1463.7954.51
Hex4DD5414004510734037
Octal11532510110001052016310067
Binary10011011101010110000011000000010001011000011100111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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