#4ED545

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

Shades of Lime Green #4ED545

Tints of Lime Green #4ED545

Color information

#4ED545 (or 0x4ED545) is unknown color: approx Lime Green. HEX triplet: 4E, D5 and 45. RGB value is (78,213,69). Sum of RGB (Red+Green+Blue) = 78+213+69=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 213 (83.59% from 255 or 59.17% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 213 - color contains mainly: green. Hex color #4ED545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED545 is #B12ABA. Grayscale: #9C9C9C. Windows color (decimal): -11610811 or 4576590. OLE color: 4576590.

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

Color convert

RGB7821369-
CMYK0.6300.680.16
HSL116.25º63.16%55.29%-
HSV(B)116.25º67.61%83.53%-
XYZ28.0149.6413.73-
YUV156.2278.7772.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.67%
GREEN value IS 213 (83.59% from 255) = 59.17%
BLUE value IS 69 (27.34% from 255) = 19.17%
R=21.67%
G=59.17%
B=19.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal78213690.6300.680.16116.2563.1655.29
Hex4ED5453F04410743f37
Octal116325105770104201647767
Binary100111011010101100010111111101000100100001110100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,213,69); }

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

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

 a { background-color: rgb(78,213,69); }

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

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

 span { border-color: rgb(78,213,69); }

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