Html Css Color HEX #4DD145 Lime Green

📋 copy color: '#4DD145'

red 77 ◦ green 209 ◦ blue 69

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

Shades of Lime Green #4DD145

Tints of Lime Green #4DD145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.44%

R = 21.69%
G = 58.87%
B = 19.44%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#4DD145 (or 0x4DD145) is known color: Lime Green. HEX triplet: 4D, D1 and 45. RGB value is (77,209,69). Sum of RGB (Red+Green+Blue) = 77+209+69=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 209 (82.03% from 255 or 58.87% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 209 - color contains mainly: green. Hex color #4DD145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD145 is #B22EBA. Grayscale: #9A9A9A. Windows color (decimal): -11677371 or 4575565. OLE color: 4575565.

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

Color convert

RGB 77 209 69 -
CMYK 0.63 0 0.67 0.18
HSL 116.57º 0.6% 0.55% -
HSV(B) 116.57º 0.67% 0.82% -
XYZ 26.94 47.61 13.4 -
YUV 153.57 80.27 73.38 -
System Red Green Blue C M Y K H S L
Decimal 77 209 69 0.63 0 0.67 0.18 116.57 0.6 0.55
Hex 4D D1 45 3F 0 43 12 75 3C 37
Octal 115 321 105 77 0 103 22 165 74 67
Binary 1001101 11010001 1000101 111111 0 1000011 10010 1110101 111100 110111

Color Harmonies of #4DD145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD145

Black with #4DD145

Text Example


Text Example

White with #4DD145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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