Html Css Color HEX #4ED14A Lime Green

📋 copy color: '#4ED14A'

red 78 ◦ green 209 ◦ blue 74

#4ED14A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #4ED14A

Tints of Lime Green #4ED14A

RGB

 RED value IS 78 (30.86% from 255) = 21.61%

 GREEN value IS 209 (82.03% from 255) = 57.89%

 BLUE value IS 74 (29.3% from 255) = 20.5%

R = 21.61%
G = 57.89%
B = 20.5%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#4ED14A (or 0x4ED14A) is known color: Lime Green. HEX triplet: 4E, D1 and 4A. RGB value is (78,209,74). Sum of RGB (Red+Green+Blue) = 78+209+74=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 209 (82.03% from 255 or 57.89% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 209 - color contains mainly: green. Hex color #4ED14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED14A is #B12EB5. Grayscale: #9A9A9A. Windows color (decimal): -11611830 or 4903246. OLE color: 4903246.

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

Color convert

RGB 78 209 74 -
CMYK 0.63 0 0.65 0.18
HSL 118.22º 0.59% 0.55% -
HSV(B) 118.22º 0.65% 0.82% -
XYZ 27.18 47.72 14.26 -
YUV 154.44 82.6 73.48 -
System Red Green Blue C M Y K H S L
Decimal 78 209 74 0.63 0 0.65 0.18 118.22 0.59 0.55
Hex 4E D1 4A 3F 0 41 12 76 3B 37
Octal 116 321 112 77 0 101 22 166 73 67
Binary 1001110 11010001 1001010 111111 0 1000001 10010 1110110 111011 110111

Color Harmonies of #4ED14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED14A

Black with #4ED14A

Text Example


Text Example

White with #4ED14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4ED14A;
 }
 .AnyTagClassName
 {
   color: #4ED14A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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