Html Css Color HEX #4DD14A Lime Green

📋 copy color: '#4DD14A'

red 77 ◦ green 209 ◦ blue 74

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

Shades of Lime Green #4DD14A

Tints of Lime Green #4DD14A

RGB

 RED value IS 77 (30.47% from 255) = 21.39%

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

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

R = 21.39%
G = 58.06%
B = 20.56%

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

#4DD14A (or 0x4DD14A) is known color: Lime Green. HEX triplet: 4D, D1 and 4A. RGB value is (77,209,74). Sum of RGB (Red+Green+Blue) = 77+209+74=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 209 (82.03% from 255 or 58.06% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 209 - color contains mainly: green. Hex color #4DD14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD14A is #B22EB5. Grayscale: #9A9A9A. Windows color (decimal): -11677366 or 4903245. OLE color: 4903245.

HSL color Cylindrical-coordinate representation of color #4DD14A: hue angle of 118.67º 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 #4DD14A is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 77 209 74 -
CMYK 0.63 0 0.65 0.18
HSL 118.67º 0.59% 0.55% -
HSV(B) 118.67º 0.65% 0.82% -
XYZ 27.1 47.67 14.25 -
YUV 154.14 82.77 72.98 -
System Red Green Blue C M Y K H S L
Decimal 77 209 74 0.63 0 0.65 0.18 118.67 0.59 0.55
Hex 4D D1 4A 3F 0 41 12 77 3B 37
Octal 115 321 112 77 0 101 22 167 73 67
Binary 1001101 11010001 1001010 111111 0 1000001 10010 1110111 111011 110111

Color Harmonies of #4DD14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD14A

Black with #4DD14A

Text Example


Text Example

White with #4DD14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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