#4ED62D

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

Shades of Lime Green #4ED62D

Tints of Lime Green #4ED62D

Color information

#4ED62D (or 0x4ED62D) is unknown color: approx Lime Green. HEX triplet: 4E, D6 and 2D. RGB value is (78,214,45). Sum of RGB (Red+Green+Blue) = 78+214+45=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 214 (83.98% from 255 or 63.50% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 214 - color contains mainly: green. Hex color #4ED62D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED62D is #B129D2. Grayscale: #9A9A9A. Windows color (decimal): -11610579 or 3003982. OLE color: 3003982.

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

Color convert

RGB7821445-
CMYK0.6400.790.16
HSL108.28º67.33%50.78%-
HSV(B)108.28º78.97%83.92%-
XYZ27.6649.910.66-
YUV154.0766.4473.74-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.15%
GREEN value IS 214 (83.98% from 255) = 63.50%
BLUE value IS 45 (17.97% from 255) = 13.35%
R=23.15%
G=63.50%
B=13.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal78214450.6400.790.16108.2867.3350.78
Hex4ED62D4004F106c4333
Octal1163265510001172015410363
Binary1001110110101101011011000000010011111000011011001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED62D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,214,45); }

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

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

 a { background-color: rgb(78,214,45); }

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

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

 span { border-color: rgb(78,214,45); }

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