#4ECF48

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

Shades of Lime Green #4ECF48

Tints of Lime Green #4ECF48

Color information

#4ECF48 (or 0x4ECF48) is unknown color: approx Lime Green. HEX triplet: 4E, CF and 48. RGB value is (78,207,72). Sum of RGB (Red+Green+Blue) = 78+207+72=357 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.85% from 357); Green value is 207 (81.25% from 255 or 57.98% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 207 - color contains mainly: green. Hex color #4ECF48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ECF48 is #B130B7. Grayscale: #999999. Windows color (decimal): -11612344 or 4771662. OLE color: 4771662.

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

Color convert

RGB7820772-
CMYK0.6200.650.19
HSL117.33º58.44%54.71%-
HSV(B)117.33º65.22%81.18%-
XYZ26.6246.7113.74-
YUV153.0482.2674.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.85%
GREEN value IS 207 (81.25% from 255) = 57.98%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=21.85%
G=57.98%
B=20.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal78207720.6200.650.19117.3358.4454.71
Hex4ECF483E04113753a37
Octal116317110760101231657267
Binary100111011001111100100011111001000001100111110101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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