Html Css Color HEX #4DD94B Lime Green

📋 copy color: '#4DD94B'

red 77 ◦ green 217 ◦ blue 75

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

Shades of Lime Green #4DD94B

Tints of Lime Green #4DD94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.33%

R = 20.87%
G = 58.81%
B = 20.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#4DD94B (or 0x4DD94B) is known color: Lime Green. HEX triplet: 4D, D9 and 4B. RGB value is (77,217,75). Sum of RGB (Red+Green+Blue) = 77+217+75=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 217 (85.16% from 255 or 58.81% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD94B is #B226B4. Grayscale: #9F9F9F. Windows color (decimal): -11675317 or 4970829. OLE color: 4970829.

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

Color convert

RGB 77 217 75 -
CMYK 0.65 0 0.65 0.15
HSL 119.15º 0.65% 0.57% -
HSV(B) 119.15º 0.65% 0.85% -
XYZ 29.14 51.71 15.1 -
YUV 158.95 80.62 69.55 -
System Red Green Blue C M Y K H S L
Decimal 77 217 75 0.65 0 0.65 0.15 119.15 0.65 0.57
Hex 4D D9 4B 41 0 41 F 77 41 39
Octal 115 331 113 101 0 101 17 167 101 71
Binary 1001101 11011001 1001011 1000001 0 1000001 1111 1110111 1000001 111001

Color Harmonies of #4DD94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD94B

Black with #4DD94B

Text Example


Text Example

White with #4DD94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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