Html Css Color HEX #4DD144 Lime Green

📋 copy color: '#4DD144'

red 77 ◦ green 209 ◦ blue 68

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

Shades of Lime Green #4DD144

Tints of Lime Green #4DD144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.21%

R = 21.75%
G = 59.04%
B = 19.21%

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

#4DD144 (or 0x4DD144) is known color: Lime Green. HEX triplet: 4D, D1 and 44. RGB value is (77,209,68). Sum of RGB (Red+Green+Blue) = 77+209+68=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 209 (82.03% from 255 or 59.04% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 209 - color contains mainly: green. Hex color #4DD144 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD144 is #B22EBB. Grayscale: #999999. Windows color (decimal): -11677372 or 4510029. OLE color: 4510029.

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

Color convert

RGB 77 209 68 -
CMYK 0.63 0 0.67 0.18
HSL 116.17º 0.61% 0.54% -
HSV(B) 116.17º 0.67% 0.82% -
XYZ 26.9 47.6 13.24 -
YUV 153.46 79.77 73.46 -
System Red Green Blue C M Y K H S L
Decimal 77 209 68 0.63 0 0.67 0.18 116.17 0.61 0.54
Hex 4D D1 44 3F 0 43 12 74 3D 36
Octal 115 321 104 77 0 103 22 164 75 66
Binary 1001101 11010001 1000100 111111 0 1000011 10010 1110100 111101 110110

Color Harmonies of #4DD144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD144

Black with #4DD144

Text Example


Text Example

White with #4DD144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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