#4DD148

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

Shades of Lime Green #4DD148

Tints of Lime Green #4DD148

Color information

#4DD148 (or 0x4DD148) is unknown color: approx Lime Green. HEX triplet: 4D, D1 and 48. RGB value is (77,209,72). Sum of RGB (Red+Green+Blue) = 77+209+72=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 209 (82.03% from 255 or 58.38% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 209 - color contains mainly: green. Hex color #4DD148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD148 is #B22EB7. Grayscale: #9A9A9A. Windows color (decimal): -11677368 or 4772173. OLE color: 4772173.

HSL color Cylindrical-coordinate representation of color #4DD148: hue angle of 117.81º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DD148 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB7720972-
CMYK0.6300.660.18
HSL117.81º59.83%55.1%-
HSV(B)117.81º65.55%81.96%-
XYZ27.0347.6513.9-
YUV153.9181.7773.14-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.51%
GREEN value IS 209 (82.03% from 255) = 58.38%
BLUE value IS 72 (28.52% from 255) = 20.11%
R=21.51%
G=58.38%
B=20.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal77209720.6300.660.18117.8159.8355.1
Hex4DD1483F04212763c37
Octal115321110770102221667467
Binary100110111010001100100011111101000010100101110110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,209,72); }

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

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

 a { background-color: rgb(77,209,72); }

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

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

 span { border-color: rgb(77,209,72); }

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