Html Css Color HEX #4DD047 Lime Green

📋 copy color: '#4DD047'

red 77 ◦ green 208 ◦ blue 71

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

Shades of Lime Green #4DD047

Tints of Lime Green #4DD047

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.43%

 BLUE value IS 71 (28.13% from 255) = 19.94%

R = 21.63%
G = 58.43%
B = 19.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#4DD047 (or 0x4DD047) is known color: Lime Green. HEX triplet: 4D, D0 and 47. RGB value is (77,208,71). Sum of RGB (Red+Green+Blue) = 77+208+71=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD047 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD047 is #B22FB8. Grayscale: #999999. Windows color (decimal): -11677625 or 4706381. OLE color: 4706381.

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

Color convert

RGB 77 208 71 -
CMYK 0.63 0 0.66 0.18
HSL 117.37º 0.59% 0.55% -
HSV(B) 117.37º 0.66% 0.82% -
XYZ 26.75 47.14 13.65 -
YUV 153.21 81.6 73.64 -
System Red Green Blue C M Y K H S L
Decimal 77 208 71 0.63 0 0.66 0.18 117.37 0.59 0.55
Hex 4D D0 47 3F 0 42 12 75 3B 37
Octal 115 320 107 77 0 102 22 165 73 67
Binary 1001101 11010000 1000111 111111 0 1000010 10010 1110101 111011 110111

Color Harmonies of #4DD047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD047

Black with #4DD047

Text Example


Text Example

White with #4DD047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,208,71); }

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

background-color css

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

 a { background-color: rgb(77,208,71); }

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

border-color css

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

 span { border-color: rgb(77,208,71); }

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