#4ED148

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

Shades of Lime Green #4ED148

Tints of Lime Green #4ED148

Color information

#4ED148 (or 0x4ED148) is unknown color: approx Lime Green. HEX triplet: 4E, D1 and 48. RGB value is (78,209,72). Sum of RGB (Red+Green+Blue) = 78+209+72=359 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.73% from 359); Green value is 209 (82.03% from 255 or 58.22% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 209 - color contains mainly: green. Hex color #4ED148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED148 is #B12EB7. Grayscale: #9A9A9A. Windows color (decimal): -11611832 or 4772174. OLE color: 4772174.

HSL color Cylindrical-coordinate representation of color #4ED148: hue angle of 117.37º 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 #4ED148 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB7820972-
CMYK0.6300.660.18
HSL117.37º59.83%55.1%-
HSV(B)117.37º65.55%81.96%-
XYZ27.1147.6913.91-
YUV154.2181.673.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.73%
GREEN value IS 209 (82.03% from 255) = 58.22%
BLUE value IS 72 (28.52% from 255) = 20.06%
R=21.73%
G=58.22%
B=20.06%

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
Decimal78209720.6300.660.18117.3759.8355.1
Hex4ED1483F04212753c37
Octal116321110770102221657467
Binary100111011010001100100011111101000010100101110101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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