#4ED638

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

Shades of Lime Green #4ED638

Tints of Lime Green #4ED638

Color information

#4ED638 (or 0x4ED638) is unknown color: approx Lime Green. HEX triplet: 4E, D6 and 38. RGB value is (78,214,56). Sum of RGB (Red+Green+Blue) = 78+214+56=348 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.41% from 348); Green value is 214 (83.98% from 255 or 61.49% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 214 - color contains mainly: green. Hex color #4ED638 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED638 is #B129C7. Grayscale: #9B9B9B. Windows color (decimal): -11610568 or 3724878. OLE color: 3724878.

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

Color convert

RGB7821456-
CMYK0.6400.740.16
HSL111.65º65.83%52.94%-
HSV(B)111.65º73.83%83.92%-
XYZ27.95011.92-
YUV155.3271.9472.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.41%
GREEN value IS 214 (83.98% from 255) = 61.49%
BLUE value IS 56 (22.27% from 255) = 16.09%
R=22.41%
G=61.49%
B=16.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal78214560.6400.740.16111.6565.8352.94
Hex4ED6384004A10704235
Octal1163267010001122016010265
Binary1001110110101101110001000000010010101000011100001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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