Html Css Color HEX #4DD844 Lime Green

📋 copy color: '#4DD844'

red 77 ◦ green 216 ◦ blue 68

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

Shades of Lime Green #4DD844

Tints of Lime Green #4DD844

RGB

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

 GREEN value IS 216 (84.77% from 255) = 59.83%

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

R = 21.33%
G = 59.83%
B = 18.84%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#4DD844 (or 0x4DD844) is known color: Lime Green. HEX triplet: 4D, D8 and 44. RGB value is (77,216,68). Sum of RGB (Red+Green+Blue) = 77+216+68=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 216 (84.77% from 255 or 59.83% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 216 - color contains mainly: green. Hex color #4DD844 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD844 is #B227BB. Grayscale: #9E9E9E. Windows color (decimal): -11675580 or 4511821. OLE color: 4511821.

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

Color convert

RGB 77 216 68 -
CMYK 0.64 0 0.69 0.15
HSL 116.35º 0.65% 0.56% -
HSV(B) 116.35º 0.69% 0.85% -
XYZ 28.66 51.11 13.82 -
YUV 157.57 77.45 70.53 -
System Red Green Blue C M Y K H S L
Decimal 77 216 68 0.64 0 0.69 0.15 116.35 0.65 0.56
Hex 4D D8 44 40 0 45 F 74 41 38
Octal 115 330 104 100 0 105 17 164 101 70
Binary 1001101 11011000 1000100 1000000 0 1000101 1111 1110100 1000001 111000

Color Harmonies of #4DD844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD844

Black with #4DD844

Text Example


Text Example

White with #4DD844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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