#4ED14B

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

Shades of Lime Green #4ED14B

Tints of Lime Green #4ED14B

Color information

#4ED14B (or 0x4ED14B) is unknown color: approx Lime Green. HEX triplet: 4E, D1 and 4B. RGB value is (78,209,75). Sum of RGB (Red+Green+Blue) = 78+209+75=362 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.55% from 362); Green value is 209 (82.03% from 255 or 57.73% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 209 - color contains mainly: green. Hex color #4ED14B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED14B is #B12EB4. Grayscale: #9A9A9A. Windows color (decimal): -11611829 or 4968782. OLE color: 4968782.

HSL color Cylindrical-coordinate representation of color #4ED14B: hue angle of 118.66º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ED14B is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB7820975-
CMYK0.6300.640.18
HSL118.66º59.29%55.69%-
HSV(B)118.66º64.11%81.96%-
XYZ27.2147.7314.43-
YUV154.5683.173.4-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.55%
GREEN value IS 209 (82.03% from 255) = 57.73%
BLUE value IS 75 (29.69% from 255) = 20.72%
R=21.55%
G=57.73%
B=20.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal78209750.6300.640.18118.6659.2955.69
Hex4ED14B3F04012773b38
Octal116321113770100221677370
Binary100111011010001100101111111101000000100101110111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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