Html Css Color HEX #4DD946 Lime Green

📋 copy color: '#4DD946'

red 77 ◦ green 217 ◦ blue 70

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

Shades of Lime Green #4DD946

Tints of Lime Green #4DD946

RGB

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

 GREEN value IS 217 (85.16% from 255) = 59.62%

 BLUE value IS 70 (27.73% from 255) = 19.23%

R = 21.15%
G = 59.62%
B = 19.23%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#4DD946 (or 0x4DD946) is known color: Lime Green. HEX triplet: 4D, D9 and 46. RGB value is (77,217,70). Sum of RGB (Red+Green+Blue) = 77+217+70=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 217 (85.16% from 255 or 59.62% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD946 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD946 is #B226B9. Grayscale: #9E9E9E. Windows color (decimal): -11675322 or 4643149. OLE color: 4643149.

HSL color Cylindrical-coordinate representation of color #4DD946: hue angle of 117.14º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DD946 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 77 217 70 -
CMYK 0.65 0 0.68 0.15
HSL 117.14º 0.66% 0.56% -
HSV(B) 117.14º 0.68% 0.85% -
XYZ 28.98 51.65 14.24 -
YUV 158.38 78.12 69.95 -
System Red Green Blue C M Y K H S L
Decimal 77 217 70 0.65 0 0.68 0.15 117.14 0.66 0.56
Hex 4D D9 46 41 0 44 F 75 42 38
Octal 115 331 106 101 0 104 17 165 102 70
Binary 1001101 11011001 1000110 1000001 0 1000100 1111 1110101 1000010 111000

Color Harmonies of #4DD946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD946

Black with #4DD946

Text Example


Text Example

White with #4DD946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,217,70); }

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

background-color css

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

 a { background-color: rgb(77,217,70); }

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

border-color css

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

 span { border-color: rgb(77,217,70); }

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