Html Css Color HEX #4DCF49 Lime Green

📋 copy color: '#4DCF49'

red 77 ◦ green 207 ◦ blue 73

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

Shades of Lime Green #4DCF49

Tints of Lime Green #4DCF49

RGB

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

 GREEN value IS 207 (81.25% from 255) = 57.98%

 BLUE value IS 73 (28.91% from 255) = 20.45%

R = 21.57%
G = 57.98%
B = 20.45%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#4DCF49 (or 0x4DCF49) is known color: Lime Green. HEX triplet: 4D, CF and 49. RGB value is (77,207,73). Sum of RGB (Red+Green+Blue) = 77+207+73=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 207 (81.25% from 255 or 57.98% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCF49 is #B230B6. Grayscale: #999999. Windows color (decimal): -11677879 or 4837197. OLE color: 4837197.

HSL color Cylindrical-coordinate representation of color #4DCF49: hue angle of 118.21º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DCF49 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 207 73 -
CMYK 0.63 0 0.65 0.19
HSL 118.21º 0.58% 0.55% -
HSV(B) 118.21º 0.65% 0.81% -
XYZ 26.58 46.68 13.91 -
YUV 152.85 82.93 73.9 -
System Red Green Blue C M Y K H S L
Decimal 77 207 73 0.63 0 0.65 0.19 118.21 0.58 0.55
Hex 4D CF 49 3F 0 41 13 76 3A 37
Octal 115 317 111 77 0 101 23 166 72 67
Binary 1001101 11001111 1001001 111111 0 1000001 10011 1110110 111010 110111

Color Harmonies of #4DCF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCF49

Black with #4DCF49

Text Example


Text Example

White with #4DCF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,207,73); }

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

background-color css

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

 a { background-color: rgb(77,207,73); }

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

border-color css

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

 span { border-color: rgb(77,207,73); }

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