Html Css Color HEX #4DD141 Lime Green

📋 copy color: '#4DD141'

red 77 ◦ green 209 ◦ blue 65

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

Shades of Lime Green #4DD141

Tints of Lime Green #4DD141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.52%

R = 21.94%
G = 59.54%
B = 18.52%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#4DD141 (or 0x4DD141) is known color: Lime Green. HEX triplet: 4D, D1 and 41. RGB value is (77,209,65). Sum of RGB (Red+Green+Blue) = 77+209+65=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 209 (82.03% from 255 or 59.54% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 209 - color contains mainly: green. Hex color #4DD141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD141 is #B22EBE. Grayscale: #999999. Windows color (decimal): -11677375 or 4313421. OLE color: 4313421.

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

Color convert

RGB 77 209 65 -
CMYK 0.63 0 0.69 0.18
HSL 115º 0.61% 0.54% -
HSV(B) 115º 0.69% 0.82% -
XYZ 26.82 47.56 12.77 -
YUV 153.12 78.27 73.71 -
System Red Green Blue C M Y K H S L
Decimal 77 209 65 0.63 0 0.69 0.18 115 0.61 0.54
Hex 4D D1 41 3F 0 45 12 73 3D 36
Octal 115 321 101 77 0 105 22 163 75 66
Binary 1001101 11010001 1000001 111111 0 1000101 10010 1110011 111101 110110

Color Harmonies of #4DD141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD141

Black with #4DD141

Text Example


Text Example

White with #4DD141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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